Commit 834d8673 authored by Salah Triki's avatar Salah Triki Committed by Greg Kroah-Hartman

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: default avatarSalah Triki <salah.triki@acm.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 87643abf
...@@ -886,10 +886,6 @@ void dgnc_check_queue_flow_control(struct channel_t *ch) ...@@ -886,10 +886,6 @@ void dgnc_check_queue_flow_control(struct channel_t *ch)
ch->ch_stops_sent++; ch->ch_stops_sent++;
} }
} }
/* No FLOW */
else {
/* Empty... Can't do anything about the impending overflow... */
}
} }
/* /*
......
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