Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

net: phy: dp83869: Remove unneeded semicolon

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>

authored by

zhengbin and committed by
Jakub Kicinski
3a5f494d 826f66b3

+1 -1
+1 -1
drivers/net/phy/dp83869.c
··· 334 334 break; 335 335 default: 336 336 return -EINVAL; 337 - }; 337 + } 338 338 339 339 return ret; 340 340 }