提交 405c91fc 编写于 作者: T Tülin İzer 提交者: Greg Kroah-Hartman

staging: dgrp: Fixed warning 'space prohibited before semicolon'

This patch fixes warning 'space prohibited before semicolon' in driver
dgrp.
Signed-off-by: NTülin İzer <tulinizer@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 ebf8c6a3
......@@ -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 */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册