[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20121121.120721.1391625922017753607.davem@davemloft.net>
Date: Wed, 21 Nov 2012 12:07:21 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: steve.glendinning@...well.net
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH 2/2] smsc95xx: support PHY wakeup source
From: Steve Glendinning <steve.glendinning@...well.net>
Date: Wed, 21 Nov 2012 13:29:37 +0000
> +{
> + struct mii_if_info *mii = &dev->mii;
> +
> + /* first, a dummy read, needed to latch some MII phys */
> + int ret = smsc95xx_mdio_read_nopm(dev->net, mii->phy_id, MII_BMSR);
Please keep the local variable declarations together at the beginning
of the basic block, don't intermix empty lines and comments as you
are doing here.
--
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