mirror of
https://github.com/torvalds/linux.git
synced 2026-02-04 15:28:49 +08:00
Staging: netlogic: xlr_net.c Fixed code-style warnings
Fixed the following warning generated by checkpatch.pl: WARNING: Missing a blank line after declarations Signed-off-by: Chaitanya Hazarey <c@24.io> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
f8397bc690
commit
ebb10d8ea6
@@ -1125,6 +1125,7 @@ err_gmac:
|
||||
static int xlr_net_remove(struct platform_device *pdev)
|
||||
{
|
||||
struct xlr_net_priv *priv = platform_get_drvdata(pdev);
|
||||
|
||||
unregister_netdev(priv->ndev);
|
||||
mdiobus_unregister(priv->mii_bus);
|
||||
mdiobus_free(priv->mii_bus);
|
||||
|
||||
Reference in New Issue
Block a user