[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20191115223834.ysp6nhb7mlhepdvl@4978f4969bb8>
Date: Sat, 16 Nov 2019 06:38:34 +0800
From: kbuild test robot <lkp@...el.com>
To: Bryan Whitehead <Bryan.Whitehead@...rochip.com>
Cc: kbuild-all@...ts.01.org, netdev@...r.kernel.org,
Andrew Lunn <andrew@...n.ch>,
Florian Fainelli <f.fainelli@...il.com>,
Heiner Kallweit <hkallweit1@...il.com>,
linux-kernel@...r.kernel.org
Subject: [PATCH] mscc.c: fix semicolon.cocci warnings
From: kbuild test robot <lkp@...el.com>
drivers/net/phy/mscc.c:1683:3-4: Unneeded semicolon
Remove unneeded semicolon.
Generated by: scripts/coccinelle/misc/semicolon.cocci
Fixes: 75a1ccfe6c72 ("mscc.c: Add support for additional VSC PHYs")
CC: Bryan Whitehead <Bryan.Whitehead@...rochip.com>
Signed-off-by: kbuild test robot <lkp@...el.com>
---
tree: https://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git master
head: a98cdaf73e32d1538cc225464fcf61310749471e
commit: 75a1ccfe6c726ba33a2f9859d39deb2eba620583 [217/233] mscc.c: Add support for additional VSC PHYs
mscc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/drivers/net/phy/mscc.c
+++ b/drivers/net/phy/mscc.c
@@ -1680,7 +1680,7 @@ static int vsc8584_config_init(struct ph
default:
ret = -EINVAL;
break;
- };
+ }
if (ret)
goto err;
Powered by blists - more mailing lists