提交 d0e9ed58 编写于 作者: B Bastian Plettner 提交者: 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: NBastian Plettner <b.plettner@archlinux.info>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 369ba5b8
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
/* Internationalization declarations */ /* Internationalization declarations */
enum msg_index_t { enum msg_index_t {
MSG_FIRST_INDEX , MSG_FIRST_INDEX,
MSG_ANNOUNCEMENTS_START = MSG_FIRST_INDEX, MSG_ANNOUNCEMENTS_START = MSG_FIRST_INDEX,
MSG_BLANK = MSG_ANNOUNCEMENTS_START, MSG_BLANK = MSG_ANNOUNCEMENTS_START,
MSG_IAM_ALIVE, MSG_IAM_ALIVE,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册