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@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Anjana Sasindran 2014-11-29 20:38:45 +05:30 committed by Greg Kroah-Hartman
parent 19f3ed3f1e
commit 2af7f0b611

View 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;
}