mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 09:04:39 +02:00
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…
Reference in New Issue
Block a user