From: Jiangshan Yi Date: Tue, 6 Sep 2022 05:49:01 +0000 (+0800) Subject: Input: hp_sdc: fix spelling typo in comment X-Git-Tag: v6.6.17~6616^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4b9d1bc7911c9d9159c4881455c584cde99fbb19;p=platform%2Fkernel%2Flinux-rpi.git Input: hp_sdc: fix spelling typo in comment Fix spelling typo in comment. Reported-by: k2ci Signed-off-by: Jiangshan Yi Signed-off-by: Helge Deller --- diff --git a/include/linux/hp_sdc.h b/include/linux/hp_sdc.h index 6f1dee7..9be8704 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. */