staging: speakup: Remove unnecessary space
authorBastian Plettner <b.plettner@archlinux.info>
Wed, 28 Jan 2015 19:25:02 +0000 (20:25 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 7 Feb 2015 09:09:25 +0000 (17:09 +0800)
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: Bastian Plettner <b.plettner@archlinux.info>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/speakup/i18n.h

index 16a0871373d9369547ebc657e0bce26247b4fd41..326d086f9d5a1e23e5da6a060e054f471887418d 100644 (file)
@@ -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,
This page took 0.025754 seconds and 5 git commands to generate.