]> git.hungrycats.org Git - linux/commitdiff
[PATCH] input typo fixes
authorAlan Cox <alan@lxorguk.ukuu.org.uk>
Thu, 17 Apr 2003 09:31:11 +0000 (02:31 -0700)
committerLinus Torvalds <torvalds@home.transmeta.com>
Thu, 17 Apr 2003 09:31:11 +0000 (02:31 -0700)
drivers/input/mouse/psmouse.c
drivers/input/serio/i8042.c

index a45957c267fb9021208b0bab701233a350c56d27..7dce16948429eeb7594e679da1d003e82b4c8d7d 100644 (file)
@@ -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.
  */
 
index d1635e8da91817ca8a8494964ff9d767c5bdf8b2..ec774de5c420e93a9299c886561fe042d1a8599c 100644 (file)
@@ -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)