mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-23 22:34:21 +08:00
net: marvell: Fix an alignment problem
Use tab instead of space to align the code. Signed-off-by: Yangyang Li <liyangyang20@huawei.com> Signed-off-by: Weihang Li <liweihang@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
9abcaa96ce
commit
9568387c9f
@ -3850,7 +3850,7 @@ static struct net_device *skge_devinit(struct skge_hw *hw, int port,
|
|||||||
|
|
||||||
/* Only used for Genesis XMAC */
|
/* Only used for Genesis XMAC */
|
||||||
if (is_genesis(hw))
|
if (is_genesis(hw))
|
||||||
timer_setup(&skge->link_timer, xm_link_timer, 0);
|
timer_setup(&skge->link_timer, xm_link_timer, 0);
|
||||||
else {
|
else {
|
||||||
dev->hw_features = NETIF_F_IP_CSUM | NETIF_F_SG |
|
dev->hw_features = NETIF_F_IP_CSUM | NETIF_F_SG |
|
||||||
NETIF_F_RXCSUM;
|
NETIF_F_RXCSUM;
|
||||||
|
Loading…
Reference in New Issue
Block a user