提交 e0af87ff 编写于 作者: M Miaohe Lin 提交者: Linus Torvalds

mm/rmap: remove unneeded semicolon in page_not_mapped()

Remove extra semicolon without any functional change intended.

Link: https://lkml.kernel.org/r/20210127093425.39640-1-linmiaohe@huawei.comSigned-off-by: NMiaohe Lin <linmiaohe@huawei.com>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 aaf1f990
...@@ -1784,7 +1784,7 @@ bool try_to_unmap(struct page *page, enum ttu_flags flags) ...@@ -1784,7 +1784,7 @@ bool try_to_unmap(struct page *page, enum ttu_flags flags)
static int page_not_mapped(struct page *page) static int page_not_mapped(struct page *page)
{ {
return !page_mapped(page); return !page_mapped(page);
}; }
/** /**
* try_to_munlock - try to munlock a page * try_to_munlock - try to munlock a page
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册