File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ static DEFINE_SPINLOCK(i8042_lock);
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,7 +979,7 @@ static int i8042_controller_selftest(void)
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
*/
You can’t perform that action at this time.
0 commit comments