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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Mon, 28 Jan 2008 17:38:17 -0500
From:	Steven Toth <stoth@...uxtv.org>
To:	Adrian Bunk <bunk@...nel.org>,
	Mauro Carvalho Chehab <mchehab@...radead.org>
Cc:	Steven Toth <stoth@...ppauge.com>, v4l-dvb-maintainer@...uxtv.org,
	linux-kernel@...r.kernel.org
Subject: Re: [v4l-dvb-maintainer] [2.6 patch] dvb/frontends/xc5000.c: make a
 struct static

Adrian Bunk wrote:
> struct XC5000_Standard[] can become static.
> 
> Signed-off-by: Adrian Bunk <bunk@...nel.org>

Reviewed-by: Steven Toth <stoth@...ppauge.com>

Thanks Adrian.

Mauro, please merge.

- Steve

> 
> ---
> e1f9c8304c807ecce026156ee2185925295fe835 
> diff --git a/drivers/media/dvb/frontends/xc5000.c b/drivers/media/dvb/frontends/xc5000.c
> index f642ca2..a5094b7 100644
> --- a/drivers/media/dvb/frontends/xc5000.c
> +++ b/drivers/media/dvb/frontends/xc5000.c
> @@ -151,7 +151,7 @@ typedef struct {
>  #define FM_Radio_INPUT2 	21
>  #define FM_Radio_INPUT1 	22
>  
> -XC_TV_STANDARD XC5000_Standard[MAX_TV_STANDARD] = {
> +static XC_TV_STANDARD XC5000_Standard[MAX_TV_STANDARD] = {
>  	{"M/N-NTSC/PAL-BTSC", 0x0400, 0x8020},
>  	{"M/N-NTSC/PAL-A2",   0x0600, 0x8020},
>  	{"M/N-NTSC/PAL-EIAJ", 0x0440, 0x8020},
> 
> 
> _______________________________________________
> v4l-dvb-maintainer mailing list
> v4l-dvb-maintainer@...uxtv.org
> http://www.linuxtv.org/cgi-bin/mailman/listinfo/v4l-dvb-maintainer

--
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