From: Matthias Beyer Date: Tue, 29 Jul 2014 14:52:18 +0000 (+0200) Subject: Staging: bcm: Qos.c: Replaced do-while(0) breaks with continue X-Git-Tag: omap-for-v3.17/fixes-against-rc2~166^2~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8ab70b046a9baf02f5e02412c265578b1b24953;p=pandora-kernel.git Staging: bcm: Qos.c: Replaced do-while(0) breaks with continue This patch replaces the do-while(0); loop which is used for breaking if a check fails by using the `continue` statement. This saves one indentation level. Signed-off-by: Matthias Beyer Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed