From aa1e9c9270d18d87930bda3afbdaabf15dff856d Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Sun, 22 Feb 2009 00:02:44 -0800 Subject: [PATCH] --- yaml --- r: 134654 b: refs/heads/master c: 01af4a0e3cce86212f6bf54ebe8f84d7219c862a h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/net/llc/af_llc.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index c5e4adee9f37..4b91682e9d89 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5747a1aacde268017784a6a56df06c3b40194381 +refs/heads/master: 01af4a0e3cce86212f6bf54ebe8f84d7219c862a diff --git a/trunk/net/llc/af_llc.c b/trunk/net/llc/af_llc.c index 56fd85ab358e..febae702685c 100644 --- a/trunk/net/llc/af_llc.c +++ b/trunk/net/llc/af_llc.c @@ -1118,11 +1118,11 @@ static const struct proto_ops llc_ui_ops = { .sendpage = sock_no_sendpage, }; -static char llc_proc_err_msg[] __initdata = +static const char llc_proc_err_msg[] __initconst = KERN_CRIT "LLC: Unable to register the proc_fs entries\n"; -static char llc_sysctl_err_msg[] __initdata = +static const char llc_sysctl_err_msg[] __initconst = KERN_CRIT "LLC: Unable to register the sysctl entries\n"; -static char llc_sock_err_msg[] __initdata = +static const char llc_sock_err_msg[] __initconst = KERN_CRIT "LLC: Unable to register the network family\n"; static int __init llc2_init(void)