]> 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>
Wed, 20 Feb 2013 02:16:00 +0000 (13:16 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 20 Feb 2013 05:53:37 +0000 (16:53 +1100)
commit48368f4bb2a1b137c7de109f803c3cf39e294e30
tree209df81b256e5742a1afb175dc7b9cc1b2a5dc2f
parentbb516115edad08ce7c0c17567d17fbe5f3158f82
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