All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH] atlx: make version strings const (trivial)
       [not found] <20100902143438.26ec0ef1@nehalam>
@ 2010-09-02 22:24 ` Chris Snook
  0 siblings, 0 replies; only message in thread
From: Chris Snook @ 2010-09-02 22:24 UTC (permalink / raw)
  To: Stephen Hemminger, David S. Miller; +Cc: jcliburn, atl1-devel, netdev

On Thu, Sep 2, 2010 at 5:34 PM, Stephen Hemminger <shemminger@vyatta.com> wrote:
>
> Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
>
> --- a/drivers/net/atlx/atl2.c   2010-09-02 10:51:39.529679405 -0700
> +++ b/drivers/net/atlx/atl2.c   2010-09-02 10:52:23.904667707 -0700
> @@ -51,10 +51,10 @@
>
>  #define ATL2_DRV_VERSION "2.2.3"
>
> -static char atl2_driver_name[] = "atl2";
> +static const char atl2_driver_name[] = "atl2";
>  static const char atl2_driver_string[] = "Atheros(R) L2 Ethernet Driver";
> -static char atl2_copyright[] = "Copyright (c) 2007 Atheros Corporation.";
> -static char atl2_driver_version[] = ATL2_DRV_VERSION;
> +static const char atl2_copyright[] = "Copyright (c) 2007 Atheros Corporation.";
> +static const char atl2_driver_version[] = ATL2_DRV_VERSION;
>
>  MODULE_AUTHOR("Atheros Corporation <xiong.huang@atheros.com>, Chris Snook <csnook@redhat.com>");
>  MODULE_DESCRIPTION("Atheros Fast Ethernet Network Driver");
>

Acked-by: Chris Snook <chris.snook@gmail.com>

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-09-02 22:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20100902143438.26ec0ef1@nehalam>
2010-09-02 22:24 ` [PATCH] atlx: make version strings const (trivial) Chris Snook

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.