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] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 12 Aug 2008 15:06:19 -0700
From:	David Brownell <david-b@...bell.net>
To:	linux-kernel@...r.kernel.org, dbaryshkov@...il.com
Cc:	dbrownell@...rs.sourceforge.net
Subject: Re: [PATCH] Make gpiochip label const

> From dbaryshkov@...il.com  Tue Aug 12 13:54:29 2008
> From: Dmitry Baryshkov <dbaryshkov@...il.com>
> To: linux-kernel@...r.kernel.org
> Cc: Dmitry Baryshkov <dbaryshkov@...il.com>,
> 	David Brownell <dbrownell@...rs.sourceforge.net>
> Subject: [PATCH] Make gpiochip label const
> Date: Wed, 13 Aug 2008 00:39:48 +0400
>
> Mark gpiochip label as a const char pointer.
>
> Signed-off-by: Dmitry Baryshkov <dbaryshkov@...il.com>
> Cc: David Brownell <dbrownell@...rs.sourceforge.net>

Acked-By: David Brownell <dbrownell@...rs.sourceforge.net>

> ---
>  include/asm-generic/gpio.h |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/include/asm-generic/gpio.h b/include/asm-generic/gpio.h
> index 6be061d..8ab874a 100644
> --- a/include/asm-generic/gpio.h
> +++ b/include/asm-generic/gpio.h
> @@ -58,7 +58,7 @@ struct module;
>   * is calculated by subtracting @base from the gpio number.
>   */
>  struct gpio_chip {
> -	char			*label;
> +	const char		*label;
>  	struct module		*owner;
>  
>  	int			(*direction_input)(struct gpio_chip *chip,
> -- 
> 1.5.6.3
>
--
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