]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mm-uninline-and-cleanup-page-mapping-related-helpers-checkpatch-fixes
authorAndrew Morton <akpm@linux-foundation.org>
Tue, 7 Apr 2015 23:44:36 +0000 (09:44 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 7 Apr 2015 23:44:36 +0000 (09:44 +1000)
commit62feaab4e1537694a404a0ff9ccca3fee2a6fb06
tree9d2689e9c32e657310ab1db0d52a65db9834e0a4
parent0a3e2c6db5c1455fab668c1f60560975348127eb
mm-uninline-and-cleanup-page-mapping-related-helpers-checkpatch-fixes

ERROR: "foo * bar" should be "foo *bar"
#73: FILE: mm/util.c:328:
+static inline void * __page_rmapping(struct page *page)

total: 1 errors, 0 warnings, 90 lines checked

./patches/mm-uninline-and-cleanup-page-mapping-related-helpers.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: "Kirill A. Shutemov" <kirill.shutemov@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/util.c