Browse Source

Input: i8042 - fix typo from i8042_aux_close to i8042_port_close

Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Marcos Paulo de Souza 8 năm trước cách đây
mục cha
commit
0e2b4458e9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      drivers/input/serio/i8042.c

+ 1 - 1
drivers/input/serio/i8042.c

@@ -387,7 +387,7 @@ static int i8042_aux_write(struct serio *serio, unsigned char c)
 
 
 /*
- * i8042_aux_close attempts to clear AUX or KBD port state by disabling
+ * i8042_port_close attempts to clear AUX or KBD port state by disabling
  * and then re-enabling it.
  */