[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20070126175837.GB8489@austin.ibm.com>
Date: Fri, 26 Jan 2007 11:58:37 -0600
From: linas@...tin.ibm.com (Linas Vepstas)
To: Jens Osterkamp <jens@...ibm.com>
Cc: Ishizaki Kou <kou.ishizaki@...hiba.co.jp>, linuxppc-dev@...abs.org,
netdev@...r.kernel.org, cbe-oss-dev@...abs.org, jgarzik@...ox.com,
James K Lewis <jim@...ewis.com>,
Benjamin Herrenschmidt <benh@...nel.crashing.org>
Subject: Re: spidernet: dynamic phy setup code
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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists