Commit d0e9ed58 authored by Bastian Plettner's avatar Bastian Plettner Committed by Greg Kroah-Hartman

staging: speakup: Remove unnecessary space

This patch fixes the checkpath.pl warning:

ERROR: space prohibited before that ',' (ctx:WxE)
+       MSG_FIRST_INDEX ,

And removes the unnecessary space.
Signed-off-by: default avatarBastian Plettner <b.plettner@archlinux.info>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 369ba5b8
......@@ -3,7 +3,7 @@
/* Internationalization declarations */
enum msg_index_t {
MSG_FIRST_INDEX ,
MSG_FIRST_INDEX,
MSG_ANNOUNCEMENTS_START = MSG_FIRST_INDEX,
MSG_BLANK = MSG_ANNOUNCEMENTS_START,
MSG_IAM_ALIVE,
......
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