From: Tülin İzer Date: Sat, 11 May 2013 02:00:33 +0000 (+0300) Subject: staging: dgrp: Fixed warning 'space prohibited before semicolon' X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=405c91fc2ca2541ce8efa173154d83ec1fe4e38b;p=linux-beck.git staging: dgrp: Fixed warning 'space prohibited before semicolon' This patch fixes warning 'space prohibited before semicolon' in driver dgrp. Signed-off-by: Tülin İzer Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/dgrp/dgrp_net_ops.c b/drivers/staging/dgrp/dgrp_net_ops.c index 5b7833f593ff..6cf767269625 100644 --- a/drivers/staging/dgrp/dgrp_net_ops.c +++ b/drivers/staging/dgrp/dgrp_net_ops.c @@ -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 */