From: Bastian Plettner Date: Wed, 28 Jan 2015 19:25:02 +0000 (+0100) Subject: staging: speakup: Remove unnecessary space X-Git-Tag: v4.0-rc1~82^2~53 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=d0e9ed58f46b5aa101f90834a87c4464814e1721;p=uclinux-h8%2Flinux.git 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: Bastian Plettner Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/speakup/i18n.h b/drivers/staging/speakup/i18n.h index 16a0871373d9..326d086f9d5a 100644 --- a/drivers/staging/speakup/i18n.h +++ b/drivers/staging/speakup/i18n.h @@ -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,