netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next] net: phy: dp83869: Remove unneeded semicolon
@ 2019-12-14 10:17 zhengbin
  2019-12-14 23:11 ` Andrew Lunn
  2019-12-15  0:12 ` Jakub Kicinski
  0 siblings, 2 replies; 3+ messages in thread
From: zhengbin @ 2019-12-14 10:17 UTC (permalink / raw)
  To: andrew, f.fainelli, hkallweit1, davem, netdev; +Cc: zhengbin13

Fixes coccicheck warning:

drivers/net/phy/dp83869.c:337:2-3: Unneeded semicolon

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: zhengbin <zhengbin13@huawei.com>
---
 drivers/net/phy/dp83869.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/phy/dp83869.c b/drivers/net/phy/dp83869.c
index 9302190..7996a4a 100644
--- a/drivers/net/phy/dp83869.c
+++ b/drivers/net/phy/dp83869.c
@@ -334,7 +334,7 @@ static int dp83869_configure_mode(struct phy_device *phydev,
 		break;
 	default:
 		return -EINVAL;
-	};
+	}

 	return ret;
 }
--
2.7.4


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH net-next] net: phy: dp83869: Remove unneeded semicolon
  2019-12-14 10:17 [PATCH net-next] net: phy: dp83869: Remove unneeded semicolon zhengbin
@ 2019-12-14 23:11 ` Andrew Lunn
  2019-12-15  0:12 ` Jakub Kicinski
  1 sibling, 0 replies; 3+ messages in thread
From: Andrew Lunn @ 2019-12-14 23:11 UTC (permalink / raw)
  To: zhengbin; +Cc: f.fainelli, hkallweit1, davem, netdev

On Sat, Dec 14, 2019 at 06:17:24PM +0800, zhengbin wrote:
> Fixes coccicheck warning:
> 
> drivers/net/phy/dp83869.c:337:2-3: Unneeded semicolon
> 
> Reported-by: Hulk Robot <hulkci@huawei.com>
> Signed-off-by: zhengbin <zhengbin13@huawei.com>

Reviewed-by: Andrew Lunn <andrew@lunn.ch>

    Andrew

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH net-next] net: phy: dp83869: Remove unneeded semicolon
  2019-12-14 10:17 [PATCH net-next] net: phy: dp83869: Remove unneeded semicolon zhengbin
  2019-12-14 23:11 ` Andrew Lunn
@ 2019-12-15  0:12 ` Jakub Kicinski
  1 sibling, 0 replies; 3+ messages in thread
From: Jakub Kicinski @ 2019-12-15  0:12 UTC (permalink / raw)
  To: zhengbin; +Cc: andrew, f.fainelli, hkallweit1, davem, netdev

On Sat, 14 Dec 2019 18:17:24 +0800, zhengbin wrote:
> Fixes coccicheck warning:
> 
> drivers/net/phy/dp83869.c:337:2-3: Unneeded semicolon
> 
> Reported-by: Hulk Robot <hulkci@huawei.com>
> Signed-off-by: zhengbin <zhengbin13@huawei.com>

Applied, thanks!

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-12-15  0:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-14 10:17 [PATCH net-next] net: phy: dp83869: Remove unneeded semicolon zhengbin
2019-12-14 23:11 ` Andrew Lunn
2019-12-15  0:12 ` Jakub Kicinski

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).