* [net:master 10/12] drivers/net/phy/smsc.c:127:3-4: Unneeded semicolon
@ 2015-08-17 22:31 kbuild test robot
2015-08-17 22:31 ` [PATCH] net: phy: fix semicolon.cocci warnings kbuild test robot
0 siblings, 1 reply; 3+ messages in thread
From: kbuild test robot @ 2015-08-17 22:31 UTC (permalink / raw)
To: Igor Plyatov; +Cc: kbuild-all, netdev
tree: git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git master
head: af19e68683ba9c29e778d0f8be5be61a0ebb4166
commit: 776829de90c5972895db398993ddfa9417ff8b01 [10/12] net: phy: workaround for buggy cable detection by LAN8700 after cable plugging
coccinelle warnings: (new ones prefixed by >>)
>> drivers/net/phy/smsc.c:127:3-4: Unneeded semicolon
Please review and possibly fold the followup patch.
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
^ permalink raw reply [flat|nested] 3+ messages in thread* [PATCH] net: phy: fix semicolon.cocci warnings 2015-08-17 22:31 [net:master 10/12] drivers/net/phy/smsc.c:127:3-4: Unneeded semicolon kbuild test robot @ 2015-08-17 22:31 ` kbuild test robot 2015-08-17 22:53 ` David Miller 0 siblings, 1 reply; 3+ messages in thread From: kbuild test robot @ 2015-08-17 22:31 UTC (permalink / raw) To: Igor Plyatov; +Cc: kbuild-all, netdev, Florian Fainelli, linux-kernel drivers/net/phy/smsc.c:127:3-4: Unneeded semicolon Remove unneeded semicolon. Generated by: scripts/coccinelle/misc/semicolon.cocci CC: Igor Plyatov <plyatov@gmail.com> Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> --- smsc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/net/phy/smsc.c +++ b/drivers/net/phy/smsc.c @@ -124,7 +124,7 @@ static int lan87xx_read_status(struct ph return rc; if (rc & MII_LAN83C185_ENERGYON) break; - }; + } /* Re-enable EDPD */ rc = phy_read(phydev, MII_LAN83C185_CTRL_STATUS); ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] net: phy: fix semicolon.cocci warnings 2015-08-17 22:31 ` [PATCH] net: phy: fix semicolon.cocci warnings kbuild test robot @ 2015-08-17 22:53 ` David Miller 0 siblings, 0 replies; 3+ messages in thread From: David Miller @ 2015-08-17 22:53 UTC (permalink / raw) To: fengguang.wu; +Cc: plyatov, kbuild-all, netdev, f.fainelli, linux-kernel From: kbuild test robot <fengguang.wu@intel.com> Date: Tue, 18 Aug 2015 06:31:42 +0800 > drivers/net/phy/smsc.c:127:3-4: Unneeded semicolon > > > Remove unneeded semicolon. > > Generated by: scripts/coccinelle/misc/semicolon.cocci > > CC: Igor Plyatov <plyatov@gmail.com> > Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> Applied. ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-08-17 22:53 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2015-08-17 22:31 [net:master 10/12] drivers/net/phy/smsc.c:127:3-4: Unneeded semicolon kbuild test robot 2015-08-17 22:31 ` [PATCH] net: phy: fix semicolon.cocci warnings kbuild test robot 2015-08-17 22:53 ` David Miller
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).