diff options
| author | Alan Cox <alan@lxorguk.ukuu.org.uk> | 2003-04-17 02:31:11 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2003-04-17 02:31:11 -0700 |
| commit | 065d10f4081216e0915d31441a49624ffef49bf7 (patch) | |
| tree | 9c5974686168b6f57249b045f93692f26a60de19 /drivers/input | |
| parent | 2b1199861534b82d59b78c4a6be56721a339d573 (diff) | |
[PATCH] input typo fixes
Diffstat (limited to 'drivers/input')
| -rw-r--r-- | drivers/input/mouse/psmouse.c | 2 | ||||
| -rw-r--r-- | drivers/input/serio/i8042.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/input/mouse/psmouse.c b/drivers/input/mouse/psmouse.c index a45957c267fb..7dce16948429 100644 --- a/drivers/input/mouse/psmouse.c +++ b/drivers/input/mouse/psmouse.c @@ -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. */ diff --git a/drivers/input/serio/i8042.c b/drivers/input/serio/i8042.c index d1635e8da918..ec774de5c420 100644 --- a/drivers/input/serio/i8042.c +++ b/drivers/input/serio/i8042.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. - * 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) |
