From: Stephen Hemminger <[EMAIL PROTECTED]>
Date: Tue, 15 Aug 2006 14:05:52 -0700
> Run ethernet support through Lindent and fix up.
> Applies after docbook comments patch
>
> Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]>
Applied, thanks a lot.
-
To unsubscribe from this list: send the l
Run ethernet support through Lindent and fix up.
Applies after docbook comments patch
Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]>
--- net-2.6.19.orig/net/ethernet/eth.c
+++ net-2.6.19/net/ethernet/eth.c
@@ -78,39 +78,37 @@ __setup("ether=", netdev_boot_setup);
* in here instead. It i
On Tue, 15 Aug 2006, Stephen Hemminger wrote:
> -__be16 eth_type_trans(struct sk_buff *skb, struct net_device *dev)
> +__be16 eth_type_trans(struct sk_buff * skb, struct net_device * dev)
Looks fine except for this.
- James
--
James Morris
<[EMAIL PROTECTED]>
-
To unsubscribe from this list:
Run ethernet support through Lindent and fix up.
Applies after docbook comments patch
Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]>
---
net/ethernet/eth.c | 98 +
1 file changed, 47 insertions(+), 51 deletions(-)
--- net-2.6.19.orig/n