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>
This commit is contained in:
Salah Triki 2015-03-01 23:18:50 +01:00 committed by Greg Kroah-Hartman
parent 87643abf92
commit 834d86735d

View file

@ -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... */
}
}
/*