mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-02 13:23:35 -04: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:
committed by
Greg Kroah-Hartman
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);
|
||||
|
||||
Reference in New Issue
Block a user