[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1417273725-5390-1-git-send-email-anjanasasindran123@gmail.com>
Date: Sat, 29 Nov 2014 20:38:45 +0530
From: Anjana Sasindran <anjanasasindran123@...il.com>
To: gregkh@...uxfoundation.org, joe@...ches.com,
marek.belisko@...il.com
Cc: linux-kernel@...r.kernel.org, devel@...verdev.osuosl.org,
Anjana Sasindran <anjanasasindran123@...il.com>
Subject: [PATCH] staging:ft1000_pcmcia:Added a blank line after declaration
This patch fix the checkpatch.pl warning
WARNING: Missing a blank line after declaration
Signed-off-by: Anjana Sasindran <anjanasasindran123@...il.com>
---
drivers/staging/ft1000/ft1000-pcmcia/ft1000_hw.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/staging/ft1000/ft1000-pcmcia/ft1000_hw.c b/drivers/staging/ft1000/ft1000-pcmcia/ft1000_hw.c
index 11dbe36..d5475b7 100644
--- a/drivers/staging/ft1000/ft1000-pcmcia/ft1000_hw.c
+++ b/drivers/staging/ft1000/ft1000-pcmcia/ft1000_hw.c
@@ -2042,6 +2042,7 @@ static void ft1000_get_drvinfo(struct net_device *dev,
static u32 ft1000_get_link(struct net_device *dev)
{
struct ft1000_info *info;
+
info = netdev_priv(dev);
return info->mediastate;
}
--
1.9.1
--
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