提交 0e920bfb 编写于 作者: C Chuck Ebbert 提交者: Jeff Garzik

[PATCH] loopback: whitespace cleanup

Whitespace cleanup for loopback driver.  Hopefully it fixes the last few
annoyances.
Signed-off-by: NChuck Ebbert <76306.1226@compuserve.com>
Signed-off-by: NJeff Garzik <jgarzik@pobox.com>
上级 18c16c69
...@@ -132,8 +132,8 @@ static int loopback_xmit(struct sk_buff *skb, struct net_device *dev) ...@@ -132,8 +132,8 @@ static int loopback_xmit(struct sk_buff *skb, struct net_device *dev)
skb_orphan(skb); skb_orphan(skb);
skb->protocol=eth_type_trans(skb,dev); skb->protocol = eth_type_trans(skb,dev);
skb->dev=dev; skb->dev = dev;
#ifndef LOOPBACK_MUST_CHECKSUM #ifndef LOOPBACK_MUST_CHECKSUM
skb->ip_summed = CHECKSUM_UNNECESSARY; skb->ip_summed = CHECKSUM_UNNECESSARY;
#endif #endif
...@@ -211,12 +211,12 @@ struct net_device loopback_dev = { ...@@ -211,12 +211,12 @@ struct net_device loopback_dev = {
.type = ARPHRD_LOOPBACK, /* 0x0001*/ .type = ARPHRD_LOOPBACK, /* 0x0001*/
.rebuild_header = eth_rebuild_header, .rebuild_header = eth_rebuild_header,
.flags = IFF_LOOPBACK, .flags = IFF_LOOPBACK,
.features = NETIF_F_SG|NETIF_F_FRAGLIST .features = NETIF_F_SG | NETIF_F_FRAGLIST
#ifdef LOOPBACK_TSO #ifdef LOOPBACK_TSO
|NETIF_F_TSO | NETIF_F_TSO
#endif #endif
|NETIF_F_NO_CSUM|NETIF_F_HIGHDMA | NETIF_F_NO_CSUM | NETIF_F_HIGHDMA
|NETIF_F_LLTX, | NETIF_F_LLTX,
.ethtool_ops = &loopback_ethtool_ops, .ethtool_ops = &loopback_ethtool_ops,
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册