Skip to content

Commit

Permalink
mm/rmap: remove unneeded semicolon in page_not_mapped()
Browse files Browse the repository at this point in the history
Remove extra semicolon without any functional change intended.

Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Miaohe Lin <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
MiaoheLin authored and torvalds committed Feb 26, 2021
1 parent aaf1f99 commit e0af87f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm/rmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -1784,7 +1784,7 @@ bool try_to_unmap(struct page *page, enum ttu_flags flags)
static int page_not_mapped(struct page *page)
{
return !page_mapped(page);
};
}

/**
* try_to_munlock - try to munlock a page
Expand Down

0 comments on commit e0af87f

Please sign in to comment.