]> git.karo-electronics.de Git - karo-tx-linux.git/commit
fs-seq_filec-seq_lseek-fix-switch-statement-indenting-checkpatch-fixes
authorAndrew Morton <akpm@linux-foundation.org>
Thu, 7 Feb 2013 01:27:57 +0000 (12:27 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 18 Feb 2013 05:47:23 +0000 (16:47 +1100)
commitff6a9d1f3612158fa3fb6a20a6f04a7e1c5da0a0
tree6716bd23d131e40aeaead73def125b2be8ff5a26
parent2a4a95aeaf0335cbe17539feeef2aad3affc0182
fs-seq_filec-seq_lseek-fix-switch-statement-indenting-checkpatch-fixes

ERROR: spaces required around that '=' (ctx:VxV)
#45: FILE: fs/seq_file.c:318:
+ while ((retval=traverse(m, offset)) == -EAGAIN)
                ^

total: 1 errors, 0 warnings, 47 lines checked

./patches/fs-seq_filec-seq_lseek-fix-switch-statement-indenting.patch has style problems, please review.

If any of these errors are false positives, please report
them to the maintainer, see CHECKPATCH in MAINTAINERS.

Please run checkpatch prior to sending patches

Cc: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/seq_file.c