projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0ad7ea
)
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
Sasha Levin
<sashal@kernel.org>
Wed, 30 Jun 2021 12:47:26 +0000
(08:47 -0400)
[ Upstream commit
e0af87ff7afcde2660be44302836d2d5618185af
]
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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
mm/rmap.c
patch
|
blob
|
blame
|
history
diff --git
a/mm/rmap.c
b/mm/rmap.c
index 6657000b18d41bf5db76845401233d22ec8fd3aa..5858639443b49ed0ab5ec70df99f083db3482b64 100644
(file)
--- a/
mm/rmap.c
+++ b/
mm/rmap.c
@@
-1763,7
+1763,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