Skip to content

Commit d09217b

Browse files
akpm00sfrothwell
authored andcommitted
mm-uninline-page_mapped-checkpatch-fixes
WARNING: Missing a blank line after declarations torvalds#61: FILE: mm/util.c:356: + int i; + if (likely(!PageCompound(page))) total: 0 errors, 1 warnings, 55 lines checked ./patches/mm-uninline-page_mapped.patch has style problems, please review. NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. Please run checkpatch prior to sending patches Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
1 parent 64c57d7 commit d09217b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mm/util.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,7 @@ void *page_rmapping(struct page *page)
353353
bool page_mapped(struct page *page)
354354
{
355355
int i;
356+
356357
if (likely(!PageCompound(page)))
357358
return atomic_read(&page->_mapcount) >= 0;
358359
page = compound_head(page);

0 commit comments

Comments
 (0)