commit | 53b21689ba567ad437e4d7917dd9da54a8d6fd5c | [log] [tgz] |
---|---|---|
author | Adrian Bunk <bunk@stusta.de> | Mon May 16 21:53:38 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Tue May 17 07:59:17 2005 -0700 |
tree | c8cdaab37c1ac04fbf9a8baf01122a55f69ee741 | |
parent | 7a019225c797a1047470accee950d69cfe7c59c5 [diff] |
[PATCH] drivers/input/keyboard/atkbd.c: fix off by one errors This patch fixes two possible off by one errors found by the Coverity checker (look at the period[i] and delay[j] in the two first unchanged lines). Signed-off-by: Adrian Bunk <bunk@stusta.de> Cc: Vojtech Pavlik <vojtech@suse.cz> Cc: Dmitry Torokhov <dtor_core@ameritech.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>