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, 18 Sep 2012 15:05:25 +0800
From:	Dong Aisheng <dong.aisheng@...aro.org>
To:	Richard Zhao <richard.zhao@...escale.com>
Cc:	linux-kernel@...r.kernel.org, linus.walleij@...aro.org,
	shawn.guo@...aro.org
Subject: Re: [PATCH] pinctrl: imx: remove duplicated const

On 18 September 2012 14:54, Richard Zhao <richard.zhao@...escale.com> wrote:
> fix smatch warning:
> drivers/pinctrl/pinctrl-imx.c:435:21: warning: duplicate const
>
> Signed-off-by: Richard Zhao <richard.zhao@...escale.com>
> ---
>  drivers/pinctrl/pinctrl-imx.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/pinctrl/pinctrl-imx.c b/drivers/pinctrl/pinctrl-imx.c
> index a13b888..b3c994a 100644
> --- a/drivers/pinctrl/pinctrl-imx.c
> +++ b/drivers/pinctrl/pinctrl-imx.c
> @@ -432,7 +432,7 @@ static int __devinit imx_pinctrl_parse_groups(struct device_node *np,
>  {
>         unsigned int pin_func_id;
>         int ret, size;
> -       const const __be32 *list;
> +       const __be32 *list;
A stupid typo. :-)

>         int i, j;
>         u32 config;
>

Acked-by: Dong Aisheng <dong.aisheng@...aro.org>

Regards
Dong Aisheng
--
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