aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorJeremy Sowden <jeremy@azazel.net>2019-05-15 12:14:33 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-05-20 07:40:40 +0200
commitd2a6eaee1d72262b08265a3d83f5048fe253401d (patch)
tree8d9c70c59cb26e63969ecd27c103da1babaf8e40 /MAINTAINERS
parentStaging: kpc2000: kpc_dma: Resolve cast warning and use const for file_operation (diff)
downloadlinux-dev-d2a6eaee1d72262b08265a3d83f5048fe253401d.tar.xz
linux-dev-d2a6eaee1d72262b08265a3d83f5048fe253401d.zip
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 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions