Commit 2af7f0b6 authored by Anjana Sasindran's avatar Anjana Sasindran Committed by Greg Kroah-Hartman
Browse files

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: default avatarAnjana Sasindran <anjanasasindran123@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 19f3ed3f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;
}