Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: dgnc: dgnc_tty: Remove blank lines

Fixes checkpatch warning: waitqueue_active without comment

Signed-off-by: Vijai Kumar K <vijaikumar.kanagarajan@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Vijai Kumar K and committed by
Greg Kroah-Hartman
0575b181 9310e567

-2
-2
drivers/staging/dgnc/dgnc_tty.c
··· 599 599 * When carrier rises, wake any threads waiting 600 600 * for carrier in the open routine. 601 601 */ 602 - 603 602 if (waitqueue_active(&ch->ch_flags_wait)) 604 603 wake_up_interruptible(&ch->ch_flags_wait); 605 604 } ··· 610 611 * When carrier rises, wake any threads waiting 611 612 * for carrier in the open routine. 612 613 */ 613 - 614 614 if (waitqueue_active(&ch->ch_flags_wait)) 615 615 wake_up_interruptible(&ch->ch_flags_wait); 616 616 }