git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f36622
)
Input: libps2.c: fix comment typo arrrives.
author
Justin P. Mattock
<justinmattock@gmail.com>
Thu, 23 Jun 2011 06:29:19 +0000
(23:29 -0700)
committer
Jiri Kosina
<jkosina@suse.cz>
Mon, 27 Jun 2011 10:28:56 +0000
(12:28 +0200)
Fix a typo in a comment.
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/input/serio/libps2.c
patch
|
blob
|
history
diff --git
a/drivers/input/serio/libps2.c
b/drivers/input/serio/libps2.c
index
980af94
..
07a8363
100644
(file)
--- a/
drivers/input/serio/libps2.c
+++ b/
drivers/input/serio/libps2.c
@@
-210,7
+210,7
@@
int __ps2_command(struct ps2dev *ps2dev, unsigned char *param, int command)
/*
* Some devices (Synaptics) peform the reset before
* ACKing the reset command, and so it can take a long
- * time before the ACK arr
r
ives.
+ * time before the ACK arrives.
*/
if (ps2_sendbyte(ps2dev, command & 0xff,
command == PS2_CMD_RESET_BAT ? 1000 : 200))