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

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
...@@ -599,7 +599,6 @@ void dgnc_carrier(struct channel_t *ch) ...@@ -599,7 +599,6 @@ void dgnc_carrier(struct channel_t *ch)
* When carrier rises, wake any threads waiting * When carrier rises, wake any threads waiting
* for carrier in the open routine. * for carrier in the open routine.
*/ */
if (waitqueue_active(&ch->ch_flags_wait)) if (waitqueue_active(&ch->ch_flags_wait))
wake_up_interruptible(&ch->ch_flags_wait); wake_up_interruptible(&ch->ch_flags_wait);
} }
...@@ -611,7 +610,6 @@ void dgnc_carrier(struct channel_t *ch) ...@@ -611,7 +610,6 @@ void dgnc_carrier(struct channel_t *ch)
* When carrier rises, wake any threads waiting * When carrier rises, wake any threads waiting
* for carrier in the open routine. * for carrier in the open routine.
*/ */
if (waitqueue_active(&ch->ch_flags_wait)) if (waitqueue_active(&ch->ch_flags_wait))
wake_up_interruptible(&ch->ch_flags_wait); wake_up_interruptible(&ch->ch_flags_wait);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment