mirror of https://gitee.com/openkylin/linux.git
staging: dgnc: dgnc_tty.c Space preferred around
Make suggested checkpatch modification for CHECK: spaces preferred around that '|' Signed-off-by: Walt Feasel <waltfeasel@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
0699669b49
commit
acca0c1fb0
|
@ -2580,7 +2580,7 @@ static int dgnc_tty_ioctl(struct tty_struct *tty, unsigned int cmd,
|
|||
wake_up_interruptible(&ch->ch_tun.un_flags_wait);
|
||||
}
|
||||
|
||||
if (ch->ch_pun.un_flags & (UN_LOW|UN_EMPTY)) {
|
||||
if (ch->ch_pun.un_flags & (UN_LOW | UN_EMPTY)) {
|
||||
ch->ch_pun.un_flags &=
|
||||
~(UN_LOW | UN_EMPTY);
|
||||
wake_up_interruptible(&ch->ch_pun.un_flags_wait);
|
||||
|
|
Loading…
Reference in New Issue