]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
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)
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

index aca58b81bcfaff7eaa65485ac68d9ef50025f779..e3235a20a69e3550b2be0819aa68d2c9f22d1f96 100644 (file)
--- a/mm/util.c
+++ b/mm/util.c
@@ -325,7 +325,7 @@ void kvfree(const void *addr)
 }
 EXPORT_SYMBOL(kvfree);
 
-static inline void * __page_rmapping(struct page *page)
+static inline void *__page_rmapping(struct page *page)
 {
        unsigned long mapping;