lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Wed, 25 Jun 2008 15:21:28 -0400 (EDT)
From:	Len Brown <lenb@...nel.org>
To:	Adrian Bunk <bunk@...nel.org>
Cc:	Corentin Chary <corentincj@...aif.net>,
	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
	Andrew Morton <akpm@...ux-foundation.org>
Subject: Re: [2.6 patch] make eeepc-laptop.c:cm_{g,s}etv[] static


applied.

thanks,
-len

On Wed, 25 Jun 2008, Adrian Bunk wrote:

> This patch makes the needlessly global cm_{g,s}etv[] static.
> 
> Signed-off-by: Adrian Bunk <bunk@...nel.org>
> 
> ---
> 
> This patch has been sent on:
> - 5 May 2008
> 
>  drivers/misc/eeepc-laptop.c |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> 4e41a5023994160e27b2b194d9e67e2208c948de diff --git a/drivers/misc/eeepc-laptop.c b/drivers/misc/eeepc-laptop.c
> index 6d72760..9e8d79e 100644
> --- a/drivers/misc/eeepc-laptop.c
> +++ b/drivers/misc/eeepc-laptop.c
> @@ -87,7 +87,7 @@ enum {
>  	CM_ASL_LID
>  };
>  
> -const char *cm_getv[] = {
> +static const char *cm_getv[] = {
>  	"WLDG", NULL, NULL, NULL,
>  	"CAMG", NULL, NULL, NULL,
>  	NULL, "PBLG", NULL, NULL,
> @@ -96,7 +96,7 @@ const char *cm_getv[] = {
>  	"CRDG", "LIDG"
>  };
>  
> -const char *cm_setv[] = {
> +static const char *cm_setv[] = {
>  	"WLDS", NULL, NULL, NULL,
>  	"CAMS", NULL, NULL, NULL,
>  	"SDSP", "PBLS", "HDPS", NULL,
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@...r.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ