Commit d89c9bcb authored by Che-Liang Chiou's avatar Che-Liang Chiou Committed by Dmitry Torokhov

Input: serio_raw - remove stray semicolon

Signed-off-by: default avatarChe-Liang Chiou <clchiou@chromium.org>
Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent d3d25808
...@@ -220,7 +220,7 @@ static ssize_t serio_raw_write(struct file *file, const char __user *buffer, ...@@ -220,7 +220,7 @@ static ssize_t serio_raw_write(struct file *file, const char __user *buffer,
goto out; goto out;
} }
written++; written++;
}; }
out: out:
mutex_unlock(&serio_raw_mutex); mutex_unlock(&serio_raw_mutex);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment