aboutsummaryrefslogtreecommitdiff
path: root/net/decnet
diff options
context:
space:
mode:
authorJeremy Sowden2019-05-15 12:14:33 +0100
committerGreg Kroah-Hartman2019-05-20 07:40:40 +0200
commitd2a6eaee1d72262b08265a3d83f5048fe253401d (patch)
tree8d9c70c59cb26e63969ecd27c103da1babaf8e40 /net/decnet
parentd34141ebd7e74cc4e68fe58b2d30eb5dcf1e7aeb (diff)
staging: kpc2000: inverted conditional in order to reduce indentation.
Changed: for (...) { ... if (expr) { ... } } into: for (...) { ... if (!expr) continue; ... } in order to reduce indentation of conditional block. Fixed indentation of cases blocks at the same time. Signed-off-by: Jeremy Sowden <jeremy@azazel.net> Reviewed-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'net/decnet')
0 files changed, 0 insertions, 0 deletions