summaryrefslogtreecommitdiff
path: root/drivers/staging/dgrp
diff options
context:
space:
mode:
authorTülin İzer <tulinizer@gmail.com>2013-05-11 02:00:33 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-05-13 14:09:55 (GMT)
commit405c91fc2ca2541ce8efa173154d83ec1fe4e38b (patch)
tree39f4bf53829371d40105569f57564b8f93435ad5 /drivers/staging/dgrp
parentebf8c6a35dcb43fa25e483a56d02fb18fb27c641 (diff)
downloadlinux-fsl-qoriq-405c91fc2ca2541ce8efa173154d83ec1fe4e38b.tar.xz
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 <tulinizer@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/dgrp')
-rw-r--r--drivers/staging/dgrp/dgrp_net_ops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/dgrp/dgrp_net_ops.c b/drivers/staging/dgrp/dgrp_net_ops.c
index 5b7833f..6cf7672 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 */