From: Yangyang Li Date: Mon, 29 Mar 2021 08:01:12 +0000 (+0800) Subject: net: marvell: Fix an alignment problem X-Git-Tag: v5.13-rc1~94^2~314^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9568387c9f5193257414bc213c6022dcdeacee09;p=thirdparty%2Fkernel%2Flinux.git net: marvell: Fix an alignment problem Use tab instead of space to align the code. Signed-off-by: Yangyang Li Signed-off-by: Weihang Li Signed-off-by: David S. Miller --- diff --git a/drivers/net/ethernet/marvell/skge.c b/drivers/net/ethernet/marvell/skge.c index 69072dd123059..d4bb27ba14194 100644 --- a/drivers/net/ethernet/marvell/skge.c +++ b/drivers/net/ethernet/marvell/skge.c @@ -3850,7 +3850,7 @@ static struct net_device *skge_devinit(struct skge_hw *hw, int port, /* Only used for Genesis XMAC */ if (is_genesis(hw)) - timer_setup(&skge->link_timer, xm_link_timer, 0); + timer_setup(&skge->link_timer, xm_link_timer, 0); else { dev->hw_features = NETIF_F_IP_CSUM | NETIF_F_SG | NETIF_F_RXCSUM;