[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090220213722.GB18285@ghostprotocols.net>
Date: Fri, 20 Feb 2009 18:37:22 -0300
From: Arnaldo Carvalho de Melo <acme@...hat.com>
To: Stephen Hemminger <shemminger@...tta.com>
Cc: David Miller <davem@...emloft.net>, netdev@...r.kernel.org
Subject: Re: [PATCH 1/2] llc: fix non-const printk warning
Em Fri, Feb 20, 2009 at 10:02:06AM -0800, Stephen Hemminger escreveu:
> Mark some strings as const.
>
> Signed-off-by: Stephen Hemminger <shemminger@...tta.com>
Thanks,
Acked-by: Arnaldo Carvalho de Melo <acme@...hat.com>
>
> --- a/net/llc/af_llc.c 2009-02-20 08:34:21.537870609 -0800
> +++ b/net/llc/af_llc.c 2009-02-20 08:37:52.920622312 -0800
> @@ -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)
> --
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists