aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorJiangshan Yi <yijiangshan@kylinos.cn>2022-09-06 13:49:01 +0800
committerHelge Deller <deller@gmx.de>2022-09-13 14:04:34 +0200
commit4b9d1bc7911c9d9159c4881455c584cde99fbb19 (patch)
tree4414c11927319809e1cd17b7844ed7dd66e07538 /include/linux
parentparisc: ccio-dma: Add missing iounmap in error path in ccio_probe() (diff)
downloadlinux-dev-4b9d1bc7911c9d9159c4881455c584cde99fbb19.tar.xz
linux-dev-4b9d1bc7911c9d9159c4881455c584cde99fbb19.zip
Input: hp_sdc: fix spelling typo in comment
Fix spelling typo in comment. Reported-by: k2ci <kernel-bot@kylinos.cn> Signed-off-by: Jiangshan Yi <yijiangshan@kylinos.cn> Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/hp_sdc.h2
1 files changed, 1 insertions, 1 deletions
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.
*/