]> Git Repo - J-linux.git/commitdiff
mm/migrate: remove unneeded semicolons
authorChengyang Fan <[email protected]>
Wed, 24 Feb 2021 20:10:28 +0000 (12:10 -0800)
committerLinus Torvalds <[email protected]>
Wed, 24 Feb 2021 21:38:35 +0000 (13:38 -0800)
Remove superfluous semicolons after function definitions.

Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Chengyang Fan <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
include/linux/migrate.h

index 4594838a0f7c780df40db0f05d51634d6ae63396..3a389633b68ff9598bad0d13245dc068c106b65a 100644 (file)
@@ -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)
 {
This page took 0.05109 seconds and 4 git commands to generate.