Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Input: i8042 - fix typos in comments

This trivial patch fixes two spelling typos in i8042.c:

- 'i8042_unlock_ship()' to 'i8042_unlock_chip()'
- 'i8042_controller init' to 'i8042_controller_init'

Signed-off-by: Tyson Moore <tyson@tyson.me>
Link: https://lore.kernel.org/r/20210612060753.28968-1-tyson@tyson.me
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

authored by

Tyson Moore and committed by
Dmitry Torokhov
c2d7ed9d 552e4047

+2 -2
+2 -2
drivers/input/serio/i8042.c
··· 139 139 /* 140 140 * Writers to AUX and KBD ports as well as users issuing i8042_command 141 141 * directly should acquire i8042_mutex (by means of calling 142 - * i8042_lock_chip() and i8042_unlock_ship() helpers) to ensure that 142 + * i8042_lock_chip() and i8042_unlock_chip() helpers) to ensure that 143 143 * they do not disturb each other (unfortunately in many i8042 144 144 * implementations write to one of the ports will immediately abort 145 145 * command that is being processed by another port). ··· 979 979 } 980 980 981 981 /* 982 - * i8042_controller init initializes the i8042 controller, and, 982 + * i8042_controller_init initializes the i8042 controller, and, 983 983 * most importantly, sets it into non-xlated mode if that's 984 984 * desired. 985 985 */