On Fri, Jan 26, 2007 at 02:09:29PM +0100, Jens Osterkamp wrote: > This patch modifies the patch submitted by Kou Ishizaki to make it work on the > blade (http://marc.theaimsgroup.com/?l=linux-netdev&m=116593424505539&w=2). > > Index: linux-2.6/drivers/net/spider_net.c > + if (card->aneg_count > SPIDER_NET_ANEG_TIMEOUT) { > + > + pr_info("%s: link is down, trying to bring it up\n", card->netdev->name); > + > + switch(phy->medium) { > + case GMII_COPPER: > + /* enable fiber with autonegotiation first */ > + if (phy->def->ops->enable_fiber) > + phy->def->ops->enable_fiber(phy, 1); > + phy->medium = GMII_FIBER; > + break;
Can you fix this to use tabs for indentation, instead of spaces? Please note, if you do not like tabs of 8 spaces, you can always change this in your editor, e.g "set ts=3" for making a tab be 3 spaces in vi. You would put this in your .exrc or .vimrc file. Patches submitted to the kernel should use tabs, uniformly. --linas - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html