]> git.karo-electronics.de Git - linux-beck.git/commitdiff
staging:ft1000_pcmcia:Added a blank line after declaration
authorAnjana Sasindran <anjanasasindran123@gmail.com>
Sat, 29 Nov 2014 15:08:45 +0000 (20:38 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 3 Dec 2014 00:38:22 +0000 (16:38 -0800)
This patch fix the checkpatch.pl warning

WARNING: Missing a blank line after declaration

Signed-off-by: Anjana Sasindran <anjanasasindran123@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ft1000/ft1000-pcmcia/ft1000_hw.c

index 11dbe369e18b51ba0788411f201782b2a8de6d6a..d5475b7270a8bd8c25ebd44939a8741845f5df45 100644 (file)
@@ -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;
 }