Thread (7 messages) 7 messages, 2 authors, 2010-10-20

Re: [PATCH] net: make ctl_path local and const

From: Joe Perches <joe@perches.com>
Date: 2010-10-20 03:01:41
Also in: bridge, linux-hams, netfilter-devel

On Wed, 2010-10-20 at 10:54 +0800, Changli Gao wrote:
Signed-off-by: Changli Gao <redacted>
[]
quoted hunk ↗ jump to hunk
diff --git a/net/appletalk/sysctl_net_atalk.c b/net/appletalk/sysctl_net_atalk.c
index 04e9c0d..b92f269 100644
--- a/net/appletalk/sysctl_net_atalk.c
+++ b/net/appletalk/sysctl_net_atalk.c
@@ -42,16 +42,16 @@ static struct ctl_table atalk_table[] = {
 	{ },
 };
 
-static struct ctl_path atalk_path[] = {
-	{ .procname = "net", },
-	{ .procname = "appletalk", },
-	{ }
-};
-
 static struct ctl_table_header *atalk_table_header;
 
 void atalk_register_sysctl(void)
 {
+	const struct ctl_path atalk_path[] = {
Shouldn't all of these be static const struct ?
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help