From: David Thompson Date: Thu, 12 Jan 2023 20:26:09 +0000 (-0500) Subject: mlxbf_gige: fix white space in mlxbf_gige_eth_ioctl X-Git-Tag: io_uring-6.3-2023-03-03~13^2~289^2 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=e1cc8ce46200b3f3026e546053458c6f8046ef27;p=linux-2.6-block.git 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 Signed-off-by: Asmaa Mnebhi Signed-off-by: Jakub Kicinski --- diff --git a/drivers/net/ethernet/mellanox/mlxbf_gige/mlxbf_gige_main.c b/drivers/net/ethernet/mellanox/mlxbf_gige/mlxbf_gige_main.c index 32d7030eb2cf..694de9513b9f 100644 --- a/drivers/net/ethernet/mellanox/mlxbf_gige/mlxbf_gige_main.c +++ b/drivers/net/ethernet/mellanox/mlxbf_gige/mlxbf_gige_main.c @@ -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;