From: kbuild test robot <fengguang.wu@intel.com>
To: Courtney Cavin <courtney.cavin@sonymobile.com>
Cc: kbuild-all@01.org, Bryan Wu <cooloney@gmail.com>,
Bjorn Andersson <bjorn.andersson@sonymobile.com>,
Richard Purdie <rpurdie@rpsys.net>,
linux-leds@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH] leds: fix semicolon.cocci warnings
Date: Wed, 18 Mar 2015 03:42:04 +0800 [thread overview]
Message-ID: <20150317194204.GA221963@athens> (raw)
In-Reply-To: <201503180303.u48s93LS%fengguang.wu@intel.com>
drivers/leds/leds-pm8941-wled.c:368:2-3: Unneeded semicolon
Removes unneeded semicolon.
Generated by: scripts/coccinelle/misc/semicolon.cocci
CC: Courtney Cavin <courtney.cavin@sonymobile.com>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.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))
next parent reply other threads:[~2015-03-17 19:43 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <201503180303.u48s93LS%fengguang.wu@intel.com>
2015-03-17 19:42 ` kbuild test robot [this message]
2015-03-17 20:59 ` [PATCH] leds: fix semicolon.cocci warnings Bryan Wu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150317194204.GA221963@athens \
--to=fengguang.wu@intel.com \
--cc=bjorn.andersson@sonymobile.com \
--cc=cooloney@gmail.com \
--cc=courtney.cavin@sonymobile.com \
--cc=kbuild-all@01.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-leds@vger.kernel.org \
--cc=rpurdie@rpsys.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox