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

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
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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... */
		}
	}

	/*