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:
parent
19f3ed3f1e
commit
2af7f0b611
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue