All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fix coding style issue
@ 2014-06-20 15:25 rbasukala
  2014-06-20 15:53 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: rbasukala @ 2014-06-20 15:25 UTC (permalink / raw)
  To: gregkh; +Cc: devel, linux-kernel, rbasukala

Signed-off-by: rbasukala <basukalaramesh@gmail.com>
---
 drivers/staging/netlogic/xlr_net.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/staging/netlogic/xlr_net.c b/drivers/staging/netlogic/xlr_net.c
index e320d6b..3ad48a0 100644
--- a/drivers/staging/netlogic/xlr_net.c
+++ b/drivers/staging/netlogic/xlr_net.c
@@ -1105,6 +1105,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);
-- 
1.7.1


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

end of thread, other threads:[~2014-06-20 15:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-20 15:25 [PATCH] fix coding style issue rbasukala
2014-06-20 15:53 ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.