From: Joe Perches Date: Sun, 3 Feb 2008 15:15:20 +0000 (+0200) Subject: drivers/input/: Spelling fixes X-Git-Tag: v2.6.25-rc1~1059^2~29 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5047fabac1d1b68c7f244d908cc962b9e2027506;p=linux-2.6 drivers/input/: Spelling fixes Signed-off-by: Joe Perches Signed-off-by: Adrian Bunk --- diff --git a/drivers/input/serio/gscps2.c b/drivers/input/serio/gscps2.c index 3e99df6be0..adc3bd6e7f 100644 --- a/drivers/input/serio/gscps2.c +++ b/drivers/input/serio/gscps2.c @@ -141,7 +141,7 @@ static void gscps2_flush(struct gscps2port *ps2port) /* * gscps2_writeb_output() - write a byte to the port * - * returns 1 on sucess, 0 on error + * returns 1 on success, 0 on error */ static inline int gscps2_writeb_output(struct gscps2port *ps2port, u8 data)