]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
mm-fadvise-dont-return-einval-when-filesystem-cannot-implement-fadvise-checkpatch...
authorAndrew Morton <akpm@linux-foundation.org>
Sat, 21 Jul 2012 00:54:08 +0000 (10:54 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 25 Jul 2012 03:02:28 +0000 (13:02 +1000)
ERROR: trailing whitespace
#62: FILE: mm/fadvise.c:106:
+^I^I * Ignore return value because fadvise() shall return $

ERROR: trailing whitespace
#64: FILE: mm/fadvise.c:108:
+^I^I */^I^I$

total: 2 errors, 0 warnings, 30 lines checked

NOTE: whitespace errors detected, you may wish to use scripts/cleanpatch or
      scripts/cleanfile

./patches/mm-fadvise-dont-return-einval-when-filesystem-cannot-implement-fadvise.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: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/fadvise.c

index 33e6baff72fe89723bb0ddbeaf934e6848061d7b..9b75a045dbf4bf63e250372daad3f878909ecfdd 100644 (file)
@@ -103,9 +103,9 @@ SYSCALL_DEFINE(fadvise64_64)(int fd, loff_t offset, loff_t len, int advice)
                        nrpages = ~0UL;
 
                /*
-                * Ignore return value because fadvise() shall return 
+                * Ignore return value because fadvise() shall return
                 * success even if filesystem can't retrieve a hint,
-                */             
+                */
                force_page_cache_readahead(mapping, file, start_index,
                                           nrpages);
                break;