Commit 065d10f4 authored by Alan Cox's avatar Alan Cox Committed by Linus Torvalds

[PATCH] input typo fixes

parent 2b119986
...@@ -599,7 +599,7 @@ static void psmouse_disconnect(struct serio *serio) ...@@ -599,7 +599,7 @@ static void psmouse_disconnect(struct serio *serio)
} }
/* /*
* psmouse_connect() is a callback form the serio module when * psmouse_connect() is a callback from the serio module when
* an unhandled serio port is found. * an unhandled serio port is found.
*/ */
......
...@@ -222,7 +222,7 @@ static int i8042_aux_write(struct serio *port, unsigned char c) ...@@ -222,7 +222,7 @@ static int i8042_aux_write(struct serio *port, unsigned char c)
/* /*
* i8042_open() is called when a port is open by the higher layer. * i8042_open() is called when a port is open by the higher layer.
* It allocates the interrupt and enables in in the chip. * It allocates the interrupt and enables it in the chip.
*/ */
static int i8042_open(struct serio *port) static int i8042_open(struct serio *port)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment