OSDN Git Service

Staging: bcm: Qos.c: Replaced do-while(0) breaks with continue
authorMatthias Beyer <mail@beyermatthias.de>
Tue, 29 Jul 2014 14:52:18 +0000 (16:52 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 31 Jul 2014 00:14:22 +0000 (17:14 -0700)
commitb8ab70b046a9baf02f5e02412c265578b1b24953
treed574e41452ec659460f7bd14d8513621f206738d
parent81797eaf798ca6e2dd62c636de43739289515917
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 <mail@beyermatthias.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/bcm/Qos.c