[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20210115110131.2359683-1-cy.fan@huawei.com>
Date: Fri, 15 Jan 2021 19:01:31 +0800
From: Chengyang Fan <cy.fan@...wei.com>
To: <akpm@...ux-foundation.org>
CC: <jgg@...dia.com>, <linux-kernel@...r.kernel.org>
Subject: [PATCH] mm/migrate: Remove unneeded semicolons
Remove superfluous semicolons after function definitions.
Signed-off-by: Chengyang Fan <cy.fan@...wei.com>
---
include/linux/migrate.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/linux/migrate.h b/include/linux/migrate.h
index 4594838a0f7c..3a389633b68f 100644
--- a/include/linux/migrate.h
+++ b/include/linux/migrate.h
@@ -89,7 +89,7 @@ extern int PageMovable(struct page *page);
extern void __SetPageMovable(struct page *page, struct address_space *mapping);
extern void __ClearPageMovable(struct page *page);
#else
-static inline int PageMovable(struct page *page) { return 0; };
+static inline int PageMovable(struct page *page) { return 0; }
static inline void __SetPageMovable(struct page *page,
struct address_space *mapping)
{
--
2.25.1
Powered by blists - more mailing lists