diff options
author | Salah Triki <salah.triki@acm.org> | 2015-03-01 23:18:50 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-03-06 16:12:22 -0800 |
commit | 834d86735d2b12c74d252addf20fc448bae8f813 (patch) | |
tree | 458dde0e19ed648e6de0cc67107d963af8105c26 /drivers/staging/dgnc | |
parent | 87643abf92484074937594897145bb53efc0e77e (diff) | |
download | blackbird-op-linux-834d86735d2b12c74d252addf20fc448bae8f813.tar.gz blackbird-op-linux-834d86735d2b12c74d252addf20fc448bae8f813.zip |
staging: dgnc: fix braces {} are not necessary for single statement blocks
This patch fixes the following checkpatch.pl warning:
braces {} are not necessary for single statement blocks
Signed-off-by: Salah Triki <salah.triki@acm.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/dgnc')
-rw-r--r-- | drivers/staging/dgnc/dgnc_tty.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/staging/dgnc/dgnc_tty.c b/drivers/staging/dgnc/dgnc_tty.c index f81a375f8bc1..817934269520 100644 --- a/drivers/staging/dgnc/dgnc_tty.c +++ b/drivers/staging/dgnc/dgnc_tty.c @@ -886,10 +886,6 @@ void dgnc_check_queue_flow_control(struct channel_t *ch) ch->ch_stops_sent++; } } - /* No FLOW */ - else { - /* Empty... Can't do anything about the impending overflow... */ - } } /* |