Re: [PATCH] eth: indentation and cleanup (revised)

2006-08-17 Thread David Miller
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

[PATCH] eth: indentation and cleanup (revised)

2006-08-15 Thread Stephen Hemminger
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

Re: [PATCH] eth: indentation and cleanup

2006-08-15 Thread James Morris
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:

[PATCH] eth: indentation and cleanup

2006-08-15 Thread Stephen Hemminger
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