On 9/6/22 07:49, Jiangshan Yi wrote:
From: Jiangshan Yi <yijiangshan@xxxxxxxxxx> Fix spelling typo in comment. Reported-by: k2ci <kernel-bot@xxxxxxxxxx> Signed-off-by: Jiangshan Yi <yijiangshan@xxxxxxxxxx>
applied. Thanks! Helge
--- include/linux/hp_sdc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/hp_sdc.h b/include/linux/hp_sdc.h index 6f1dee7e67e0..9be8704e2d38 100644 --- a/include/linux/hp_sdc.h +++ b/include/linux/hp_sdc.h @@ -180,7 +180,7 @@ switch (val) { \ #define HP_SDC_CMD_SET_IM 0x40 /* 010xxxxx == set irq mask */ -/* The documents provided do not explicitly state that all registers betweem +/* The documents provided do not explicitly state that all registers between * 0x01 and 0x1f inclusive can be read by sending their register index as a * command, but this is implied and appears to be the case. */