projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
826f66b
)
net: phy: dp83869: Remove unneeded semicolon
author
zhengbin
<zhengbin13@huawei.com>
Sat, 14 Dec 2019 10:17:24 +0000
(18:17 +0800)
committer
Jakub Kicinski
<jakub.kicinski@netronome.com>
Sun, 15 Dec 2019 00:11:40 +0000
(16:11 -0800)
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>
Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
drivers/net/phy/dp83869.c
patch
|
blob
|
history
diff --git
a/drivers/net/phy/dp83869.c
b/drivers/net/phy/dp83869.c
index 93021904c5e42cf9359a841599012e91b2f23c92..7996a4aea8d280cb7e0b1f425ba1499a98a1574d 100644
(file)
--- 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;
}