mirror of https://gitee.com/openkylin/linux.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 <tulinizer@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
ebf8c6a35d
commit
405c91fc2c
|
@ -278,7 +278,7 @@ static void parity_scan(struct ch_struct *ch, unsigned char *cbuf,
|
||||||
switch (ch->ch_pscan_state) {
|
switch (ch->ch_pscan_state) {
|
||||||
default:
|
default:
|
||||||
/* reset to sanity and fall through */
|
/* reset to sanity and fall through */
|
||||||
ch->ch_pscan_state = 0 ;
|
ch->ch_pscan_state = 0;
|
||||||
|
|
||||||
case 0:
|
case 0:
|
||||||
/* No FF seen yet */
|
/* No FF seen yet */
|
||||||
|
|
Loading…
Reference in New Issue