Commit 0575b181 authored by Vijai Kumar K's avatar Vijai Kumar K Committed by Greg Kroah-Hartman
Browse files

staging: dgnc: dgnc_tty: Remove blank lines



Fixes checkpatch warning: waitqueue_active without comment

Signed-off-by: default avatarVijai Kumar K <vijaikumar.kanagarajan@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 9310e567
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -599,7 +599,6 @@ void dgnc_carrier(struct channel_t *ch)
		 * When carrier rises, wake any threads waiting
		 * for carrier in the open routine.
		 */

		if (waitqueue_active(&ch->ch_flags_wait))
			wake_up_interruptible(&ch->ch_flags_wait);
	}
@@ -611,7 +610,6 @@ void dgnc_carrier(struct channel_t *ch)
		 * When carrier rises, wake any threads waiting
		 * for carrier in the open routine.
		 */

		if (waitqueue_active(&ch->ch_flags_wait))
			wake_up_interruptible(&ch->ch_flags_wait);
	}