[U-Boot] [PATCH v2 00/10] Network stack checkpatch.pl compliance
Joe Hershberger
joe.hershberger at ni.com
Wed Mar 28 01:42:14 CEST 2012
This patch-series addresses checkpatch compliance issues throughout the
networking stack.
One particularly intrusive change is the removal of "volatile" from the
Ethernet driver API. All network drivers need to be updated to not
use volatile pointers when calling into the network stack.
This is a portion of the changes split from the series:
"Add link-local addressing support"
Joe Hershberger (10):
net: Remove volatile from net API
net: cosmetic: net.h checkpatch compliance
net: cosmetic: net.c checkpatch compliance
net: cosmetic: eth.c checkpatch compliance
net: cosmetic: net.c checkpatch compliance
net: cosmetic: nfs.* checkpatch compliance
net: cosmetic: rarp.* checkpatch compliance
net: cosmetic: sntp.* checkpatch compliance
net: cosmetic: tftp.* checkpatch compliance
net: cosmetic: netconsole.c checkpatch compliance
common/main.c | 1 -
drivers/net/netconsole.c | 122 +++++++++--------
include/common.h | 4 +
include/net.h | 144 +++++++++++---------
net/bootp.c | 344 +++++++++++++++++++++++-----------------------
net/bootp.h | 56 ++++----
net/eth.c | 79 +++++------
net/net.c | 56 ++++----
net/nfs.c | 300 ++++++++++++++++++++--------------------
net/nfs.h | 2 +-
net/rarp.c | 30 ++--
net/rarp.h | 4 +-
net/sntp.c | 31 +++--
net/sntp.h | 2 +-
net/tftp.c | 36 +++---
net/tftp.h | 2 +-
16 files changed, 614 insertions(+), 599 deletions(-)
More information about the U-Boot
mailing list