DORMANTno replies

[PATCH] mmzone: Remove unneeded semicolon

From: Yue Zou <hidden>
Date: 2021-01-18 00:51:19
Also in: lkml
Subsystem: memory management - core, memory management - mglru (multi-gen lru), the rest · Maintainers: Andrew Morton, David Hildenbrand, Linus Torvalds

Remove a superfluous semicolon after function definition.

Signed-off-by: Yue Zou <redacted>
---
 include/linux/mmzone.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/linux/mmzone.h b/include/linux/mmzone.h
index b593316bff3d..f15d3aea5984 100644
--- a/include/linux/mmzone.h
+++ b/include/linux/mmzone.h
@@ -877,7 +877,7 @@ extern unsigned long lruvec_lru_size(struct lruvec *lruvec, enum lru_list lru, i
 #ifdef CONFIG_HAVE_MEMORYLESS_NODES
 int local_memory_node(int node_id);
 #else
-static inline int local_memory_node(int node_id) { return node_id; };
+static inline int local_memory_node(int node_id) { return node_id; }
 #endif
 
 /*
-- 
2.25.1

Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help