[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <53A498B2.1000808@gmail.com>
Date: Fri, 20 Jun 2014 16:25:22 -0400
From: Ramesh Basukala <basukalaramesh@...il.com>
To: gregkh@...uxfoundation.org, linux-kernel@...r.kernel.org
Subject: [PATCH 01/01] Drivers: Fixes coding style warning
*
From: Ramesh Basukala <basukalaramesh@...il.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@...il.com>
*---
Signed-off-by: Ramesh Basukala <basukalaramesh@...il.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);
**
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists