[U-Boot] [PATCH 07/17] net: tsec: fsl_mdio: Fix several cosmetic issues

2016-01-11 Thread Bin Meng
Clean up the tsec and fsl_mdio driver codes a little bit, by: - Fix misuse of tab and space here and there - Use correct multi-line comment format - Replace license identifier to GPL-2.0+ Signed-off-by: Bin Meng --- drivers/net/fsl_mdio.c | 4 ++-- drivers/net/tsec.c | 61 +

Re: [U-Boot] [PATCH 07/17] net: tsec: fsl_mdio: Fix several cosmetic issues

2016-01-27 Thread Joe Hershberger
On Tue, Jan 12, 2016 at 12:41 AM, Bin Meng wrote: > Clean up the tsec and fsl_mdio driver codes a little bit, by: > - Fix misuse of tab and space here and there > - Use correct multi-line comment format > - Replace license identifier to GPL-2.0+ > > Signed-off-by: Bin Meng Acked-by: Joe Hershber