mlxbf_gige: fix white space in mlxbf_gige_eth_ioctl
This patch fixes the white space issue raised by checkpatch: CHECK: Alignment should match open parenthesis +static int mlxbf_gige_eth_ioctl(struct net_device *netdev, + struct ifreq *ifr, int cmd) Signed-off-by: David Thompson <davthompson@nvidia.com> Signed-off-by: Asmaa Mnebhi <asmaa@nvidia.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
cedd97737a
commit
e1cc8ce462
@ -205,7 +205,7 @@ static int mlxbf_gige_stop(struct net_device *netdev)
|
||||
}
|
||||
|
||||
static int mlxbf_gige_eth_ioctl(struct net_device *netdev,
|
||||
struct ifreq *ifr, int cmd)
|
||||
struct ifreq *ifr, int cmd)
|
||||
{
|
||||
if (!(netif_running(netdev)))
|
||||
return -EINVAL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user