diff options
author | Che-Liang Chiou <clchiou@chromium.org> | 2012-01-10 03:45:12 -0500 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2012-01-11 02:13:00 -0500 |
commit | d89c9bcb33909568905ec9c4b44a18cd8bd88aaa (patch) | |
tree | 1dc1da9369e8c793dcf486de698f85f6e03b1105 /drivers/input | |
parent | d3d25808df236f27ba34125e7cf90de98fbf346c (diff) |
Input: serio_raw - remove stray semicolon
Signed-off-by: Che-Liang Chiou <clchiou@chromium.org>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input')
-rw-r--r-- | drivers/input/serio/serio_raw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/serio/serio_raw.c b/drivers/input/serio/serio_raw.c index 4d4cd142bbbb..ca78a890c75d 100644 --- a/drivers/input/serio/serio_raw.c +++ b/drivers/input/serio/serio_raw.c | |||
@@ -220,7 +220,7 @@ static ssize_t serio_raw_write(struct file *file, const char __user *buffer, | |||
220 | goto out; | 220 | goto out; |
221 | } | 221 | } |
222 | written++; | 222 | written++; |
223 | }; | 223 | } |
224 | 224 | ||
225 | out: | 225 | out: |
226 | mutex_unlock(&serio_raw_mutex); | 226 | mutex_unlock(&serio_raw_mutex); |