staging: ft1000: ft1000-pcmcia: Added missing blank line.
Added missing blank line after declaration. Removed following checkpatch.pl warning: WARNING: Missing a blank line after declarations Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
3a49f752de
commit
a5d5030dc3
|
@ -2004,6 +2004,7 @@ static void ft1000_get_drvinfo(struct net_device *dev,
|
|||
struct ethtool_drvinfo *info)
|
||||
{
|
||||
struct ft1000_info *ft_info;
|
||||
|
||||
ft_info = netdev_priv(dev);
|
||||
|
||||
strlcpy(info->driver, "ft1000", sizeof(info->driver));
|
||||
|
|
Loading…
Reference in New Issue