mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-14 08:51:46 -04:00
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:
committed by
Greg Kroah-Hartman
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));
|
||||
|
||||
Reference in New Issue
Block a user