[PATCH] input subsys. typos

Randy.Dunlap (rddunlap@osdl.org)
Wed, 9 Apr 2003 10:24:23 -0700


Hi,

Patch to 2.5.67. Please apply.
Typos only. No code changes.

--
~Randy

patch_name: input-typos.patch patch_version: 2003-04-09.09:39:06 author: Randy.Dunlap <rddunlap@osdl.org> description: correct typos only product: Linux product_versions: 2.5.67 maintainer: vojtech@suse.cz diffstat: = drivers/input/mouse/psmouse.c | 2 +- drivers/input/serio/i8042.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)

diff -Naur ./drivers/input/serio/i8042.c%FIXIT ./drivers/input/serio/i8042.c --- ./drivers/input/serio/i8042.c%FIXIT Mon Apr 7 11:10:55 2003 +++ ./drivers/input/serio/i8042.c Wed Apr 9 09:38:50 2003 @@ -222,7 +222,7 @@ /* * 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) diff -Naur ./drivers/input/mouse/psmouse.c%FIXIT ./drivers/input/mouse/psmouse.c --- ./drivers/input/mouse/psmouse.c%FIXIT Mon Apr 7 11:11:02 2003 +++ ./drivers/input/mouse/psmouse.c Tue Apr 8 09:23:44 2003 @@ -599,7 +599,7 @@ } /* - * 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. */ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/