]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Input: correct typos in multiple comments across misc drivers
authorShen Lichuan <shenlichuan@vivo.com>
Thu, 26 Sep 2024 07:55:15 +0000 (15:55 +0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 30 Sep 2024 15:00:16 +0000 (08:00 -0700)
commit515ef92b4939fa51f9f1ee278618e2d419b0b8b0
treea2419769eeef6f110e9dfef401be4b13d8571109
parentb0352120afe43706258c5ae82174e08e324210d9
Input: correct typos in multiple comments across misc drivers

Fixed some confusing typos that were currently identified witch codespell,
the details are as follows:

-in the code comments:
drivers/input/misc/drv2665.c:18: Contol ==> Control
drivers/input/misc/drv2667.c:19: Contol ==> Control
drivers/input/misc/ideapad_slidebar.c:26: meaningfull ==> meaningful
drivers/input/misc/ims-pcu.c:742: bootoloader ==> bootloader
drivers/input/misc/kxtj9.c:28: funtion ==> function
drivers/input/misc/soc_button_array.c:518: indentical ==> identical
drivers/input/misc/wistron_btns.c:274: satelite ==> satellite
drivers/input/misc/yealink.c:380: singe ==> single
drivers/input/misc/yealink.c:617: coresponding ==> corresponding

Signed-off-by: Shen Lichuan <shenlichuan@vivo.com>
Link: https://lore.kernel.org/r/20240926075515.10042-1-shenlichuan@vivo.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/misc/drv2665.c
drivers/input/misc/drv2667.c
drivers/input/misc/ideapad_slidebar.c
drivers/input/misc/ims-pcu.c
drivers/input/misc/kxtj9.c
drivers/input/misc/soc_button_array.c
drivers/input/misc/wistron_btns.c
drivers/input/misc/yealink.c