Re: [U-Boot] [PATCH v2 04/25] net: cosmetic: Name ethaddr variables consistently

2015-04-08 Thread Simon Glass
On 8 April 2015 at 06:46, Simon Glass wrote: > On 8 April 2015 at 00:41, Joe Hershberger wrote: >> Use "_ethaddr" at the end of variables and drop CamelCase. >> Make constant values actually 'const'. >> >> Signed-off-by: Joe Hershberger >> --- >> >> Changes in v2: None > > Acked-by: Simon Glass

Re: [U-Boot] [PATCH v2 04/25] net: cosmetic: Name ethaddr variables consistently

2015-04-08 Thread Simon Glass
On 8 April 2015 at 00:41, Joe Hershberger wrote: > Use "_ethaddr" at the end of variables and drop CamelCase. > Make constant values actually 'const'. > > Signed-off-by: Joe Hershberger > --- > > Changes in v2: None Acked-by: Simon Glass ___ U-Boot ma

[U-Boot] [PATCH v2 04/25] net: cosmetic: Name ethaddr variables consistently

2015-04-07 Thread Joe Hershberger
Use "_ethaddr" at the end of variables and drop CamelCase. Make constant values actually 'const'. Signed-off-by: Joe Hershberger --- Changes in v2: None arch/arm/mach-davinci/misc.c | 2 +- arch/powerpc/cpu/mpc8260/ether_fcc.c | 14 +-- arch/powerpc/cpu/mpc8xx/fec.