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:	Tue, 17 Mar 2015 13:59:45 -0700
From:	Bryan Wu <cooloney@...il.com>
To:	kbuild test robot <fengguang.wu@...el.com>
Cc:	Courtney Cavin <courtney.cavin@...ymobile.com>, kbuild-all@...org,
	Bjorn Andersson <bjorn.andersson@...ymobile.com>,
	Richard Purdie <rpurdie@...ys.net>,
	Linux LED Subsystem <linux-leds@...r.kernel.org>,
	lkml <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] leds: fix semicolon.cocci warnings

On Tue, Mar 17, 2015 at 12:42 PM, kbuild test robot
<fengguang.wu@...el.com> wrote:
> drivers/leds/leds-pm8941-wled.c:368:2-3: Unneeded semicolon
>
>
>  Removes unneeded semicolon.

I fixed it and pushed again.
Thanks,
-Bryan

>
> Generated by: scripts/coccinelle/misc/semicolon.cocci
>
> CC: Courtney Cavin <courtney.cavin@...ymobile.com>
> Signed-off-by: Fengguang Wu <fengguang.wu@...el.com>
> ---
>
>  leds-pm8941-wled.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> --- a/drivers/leds/leds-pm8941-wled.c
> +++ b/drivers/leds/leds-pm8941-wled.c
> @@ -365,7 +365,7 @@ static int pm8941_wled_configure(struct
>
>                 dev_dbg(dev, "'%s' = %u\n", u32_opts[i].name, c);
>                 *u32_opts[i].val_ptr = j;
> -       };
> +       }
>
>         for (i = 0; i < ARRAY_SIZE(bool_opts); ++i) {
>                 if (of_property_read_bool(dev->of_node, bool_opts[i].name))
--
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