]> git.ipfire.org Git - people/ms/u-boot.git/commit
net: tsec: fsl_mdio: Fix several cosmetic issues
authorBin Meng <bmeng.cn@gmail.com>
Tue, 12 Jan 2016 06:41:18 +0000 (22:41 -0800)
committerJoe Hershberger <joe.hershberger@ni.com>
Thu, 28 Jan 2016 18:22:49 +0000 (12:22 -0600)
commit9872b736f957585c6494e727634fe6ed837bcd86
tree1c7699aed813543ea95d23bdf771512948755508
parent9ccb309651912ce71f295b3b2442c36c9cc1e094
net: tsec: fsl_mdio: Fix several cosmetic issues

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 <bmeng.cn@gmail.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
drivers/net/fsl_mdio.c
drivers/net/tsec.c
include/fsl_mdio.h
include/tsec.h