public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 01/01] Drivers: Fixes coding style warning
@ 2014-06-20 20:25 Ramesh Basukala
  2014-06-20 20:40 ` Greg KH
  0 siblings, 1 reply; 3+ messages in thread
From: Ramesh Basukala @ 2014-06-20 20:25 UTC (permalink / raw)
  To: gregkh, linux-kernel

*

From: Ramesh Basukala <basukalaramesh@gmail.com>


Attached is a patch which fixes coding style warning message while 
running checkpatch script.


This patch is currently against a linux 3.15.0-rc15-next kernel. I am 
submitting this patch as a part of Eudyptula Challenge task.


Signed-off-by: Ramesh Basukala <basukalaramesh@gmail.com>
*---
Signed-off-by: Ramesh Basukala <basukalaramesh@gmail.com>
--- xlr_net.c.original 2014-06-20 15:32:10.069732488 -0400
+++ xlr_net.c 2014-06-20 15:35:06.841105038 -0400
@@ -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);
**

^ permalink raw reply	[flat|nested] 3+ messages in thread
* [PATCH 01/01] Drivers: Fixes coding style warning
@ 2014-06-20 20:36 Ramesh Basukala
  0 siblings, 0 replies; 3+ messages in thread
From: Ramesh Basukala @ 2014-06-20 20:36 UTC (permalink / raw)
  To: gregkh, linux-kernel

From: Ramesh Basukala <basukalaramesh@gmail.com>

Attached is a patch which fixes coding style warning message while 
running checkpatch script.
This patch is currently against a linux 3.15.0-rc15-next kernel. I am 
submitting this patch as a part of Eudyptula Challenge task.

Signed-off-by: Ramesh Basukala <basukalaramesh@gmail.com>
--- xlr_net.c.original 2014-06-20 15:32:10.069732488 -0400
+++ xlr_net.c 2014-06-20 15:35:06.841105038 -0400
@@ -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);

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

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-20 20:25 [PATCH 01/01] Drivers: Fixes coding style warning Ramesh Basukala
2014-06-20 20:40 ` Greg KH
  -- strict thread matches above, loose matches on Subject: below --
2014-06-20 20:36 Ramesh Basukala

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox