[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20120511.181138.45562480899975594.davem@davemloft.net>
Date: Fri, 11 May 2012 18:11:38 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: peppe.cavallaro@...com
Cc: netdev@...r.kernel.org, gianni.antoniazzi-ext@...com
Subject: Re: [net-next 1/2] stmmac: extend mac addr reg and fix perfect
filering
From: Giuseppe CAVALLARO <peppe.cavallaro@...com>
Date: Mon, 7 May 2012 11:12:32 +0200
> + /* Extra 16 regs are available in cores newer than the 3.40. */
> + if (id > 34)
No magic constants, even if you describe it in the comment. Add
an appropriate macro and use it.
> + /* For MAC Addr registers se have to set the Address Enable (AE)
> + * bit that has no effect on the High Reg 0 where the bit 31 (MO)
> + * is RO. */
Comments should be formatted as:
/* For MAC Addr registers se have to set the Address Enable (AE)
* bit that has no effect on the High Reg 0 where the bit 31 (MO)
* is RO.
*/
--
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