staging: dgrp: Fixed warning 'space prohibited before semicolon'
authorTülin İzer <tulinizer@gmail.com>
Sat, 11 May 2013 02:00:33 +0000 (05:00 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 13 May 2013 14:09:55 +0000 (07:09 -0700)
This patch fixes warning 'space prohibited before semicolon' in driver
dgrp.

Signed-off-by: Tülin İzer <tulinizer@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/dgrp/dgrp_net_ops.c

index 5b7833f593ff7a8909ca74a7a10a43d638626004..6cf767269625c099534647971f9bfbef1b616db7 100644 (file)
@@ -278,7 +278,7 @@ static void parity_scan(struct ch_struct *ch, unsigned char *cbuf,
                switch (ch->ch_pscan_state) {
                default:
                        /* reset to sanity and fall through */
-                       ch->ch_pscan_state = 0 ;
+                       ch->ch_pscan_state = 0;
 
                case 0:
                        /* No FF seen yet */