projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aaf1f99
)
mm/rmap: remove unneeded semicolon in page_not_mapped()
author
Miaohe Lin
<linmiaohe@huawei.com>
Fri, 26 Feb 2021 01:17:56 +0000
(17:17 -0800)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Fri, 26 Feb 2021 17:41:01 +0000
(09:41 -0800)
Remove extra semicolon without any functional change intended.
Link:
https://lkml.kernel.org/r/20210127093425.39640-1-linmiaohe@huawei.com
Signed-off-by: Miaohe Lin <linmiaohe@huawei.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/rmap.c
patch
|
blob
|
history
diff --git
a/mm/rmap.c
b/mm/rmap.c
index f6f43620cd977efa392f39878b593e90757d65a9..46fdbf541b8e481389b9ab5ab4308d1e48c5b1c3 100644
(file)
--- a/
mm/rmap.c
+++ b/
mm/rmap.c
@@
-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