mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-11 11:56:48 +00:00
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…
x
Reference in New Issue
Block a user