Skip to content

Commit

Permalink
Input: serio_raw - remove stray semicolon
Browse files Browse the repository at this point in the history
Signed-off-by: Che-Liang Chiou <clchiou@chromium.org>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
  • Loading branch information
Che-Liang Chiou authored and Dmitry Torokhov committed Jan 11, 2012
1 parent d3d2580 commit d89c9bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/input/serio/serio_raw.c
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ static ssize_t serio_raw_write(struct file *file, const char __user *buffer,
goto out;
}
written++;
};
}

out:
mutex_unlock(&serio_raw_mutex);
Expand Down

0 comments on commit d89c9bc

Please sign in to comment.