mm/rmap: remove unneeded semicolon in page_not_mapped()
[ Upstream commit e0af87ff7a ]
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>
This commit is contained in:
parent
a0ad7ea018
commit
ff81af8259
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue