]> git.karo-electronics.de Git - karo-tx-linux.git/commit
fat-simplify-writeback_inode-checkpatch-fixes
authorAndrew Morton <akpm@linux-foundation.org>
Fri, 7 Sep 2012 00:25:03 +0000 (10:25 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 7 Sep 2012 05:36:34 +0000 (15:36 +1000)
commit2f2650eebb016a16b5a54986f67b7450fc623fba
tree533c46dbedf009b7f7fa35825d5378a267a70756
parentc2fc251edb69a569535b596a3a0f4a41b7339948
fat-simplify-writeback_inode-checkpatch-fixes

WARNING: suspect code indent for conditional statements (8, 15)
#34: FILE: fs/fat/inode.c:1466:
  if (!ret)
+        ret = filemap_fdatawrite(inode->i_mapping);

total: 0 errors, 1 warnings, 23 lines checked

./patches/fat-simplify-writeback_inode.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: Amit Sahrawat <amit.sahrawat83@gmail.com>
Cc: Namjae Jeon <linkinjeon@gmail.com>
Cc: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/fat/inode.c