commit | b8ab70b046a9baf02f5e02412c265578b1b24953 | [log] [tgz] |
---|---|---|
author | Matthias Beyer <mail@beyermatthias.de> | Tue Jul 29 16:52:18 2014 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Jul 30 17:14:22 2014 -0700 |
tree | d574e41452ec659460f7bd14d8513621f206738d | |
parent | 81797eaf798ca6e2dd62c636de43739289515917 [diff] |
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>