提交 ebb10d8e 编写于 作者: C Chaitanya Hazarey 提交者: Greg Kroah-Hartman

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: NChaitanya Hazarey <c@24.io>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 f8397bc6
...@@ -1125,6 +1125,7 @@ static int xlr_net_probe(struct platform_device *pdev) ...@@ -1125,6 +1125,7 @@ static int xlr_net_probe(struct platform_device *pdev)
static int xlr_net_remove(struct platform_device *pdev) static int xlr_net_remove(struct platform_device *pdev)
{ {
struct xlr_net_priv *priv = platform_get_drvdata(pdev); struct xlr_net_priv *priv = platform_get_drvdata(pdev);
unregister_netdev(priv->ndev); unregister_netdev(priv->ndev);
mdiobus_unregister(priv->mii_bus); mdiobus_unregister(priv->mii_bus);
mdiobus_free(priv->mii_bus); mdiobus_free(priv->mii_bus);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册