summaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2014-08-07 03:11:14 +0400
committerLinus Torvalds <torvalds@linux-foundation.org>2014-08-07 05:01:28 +0400
commit8b8856f4b102ce148611322465f2ff8932664411 (patch)
tree77d03918dadddfdcf920acd3553745f0631093c3 /fs
parent8d1824780f2f1786db5e0e7a54bbae75340c655c (diff)
downloadlinux-8b8856f4b102ce148611322465f2ff8932664411.tar.xz
checkpatch: fix brace style misuses of else and while
Add --fix corrections for ELSE_AFTER_BRACE and WHILE_AFTER_BRACE misuses. if (x) { ... } else { ... } is corrected to if (x) { ... } else { ... } and do { ... } while (x); is corrected to do { ... } while (x); Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions