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>
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;