diff options
-rw-r--r-- | drivers/input/serio/gscps2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/serio/gscps2.c b/drivers/input/serio/gscps2.c index 3e99df6be084..adc3bd6e7f7b 100644 --- a/drivers/input/serio/gscps2.c +++ b/drivers/input/serio/gscps2.c | |||
@@ -141,7 +141,7 @@ static void gscps2_flush(struct gscps2port *ps2port) | |||
141 | /* | 141 | /* |
142 | * gscps2_writeb_output() - write a byte to the port | 142 | * gscps2_writeb_output() - write a byte to the port |
143 | * | 143 | * |
144 | * returns 1 on sucess, 0 on error | 144 | * returns 1 on success, 0 on error |
145 | */ | 145 | */ |
146 | 146 | ||
147 | static inline int gscps2_writeb_output(struct gscps2port *ps2port, u8 data) | 147 | static inline int gscps2_writeb_output(struct gscps2port *ps2port, u8 data) |