
On 8 April 2015 at 00:41, Joe Hershberger joe.hershberger@ni.com wrote:
Finish eliminating CamelCase from net.c and other failures
Signed-off-by: Joe Hershberger joe.hershberger@ni.com
Changes in v2: None
README | 6 +- common/cmd_elf.c | 2 +- common/cmd_net.c | 22 +++--- common/spl/spl_net.c | 2 +- common/update.c | 2 +- doc/README.link-local | 4 +- drivers/net/netconsole.c | 12 ++-- include/net.h | 18 ++--- net/arp.c | 2 +- net/bootp.c | 33 ++++----- net/cdp.c | 6 +- net/dns.c | 2 +- net/eth.c | 2 +- net/link_local.c | 4 +- net/net.c | 179 +++++++++++++++++++++++------------------------ net/nfs.c | 11 +-- net/ping.c | 2 +- net/rarp.c | 6 +- net/sntp.c | 4 +- net/tftp.c | 18 ++--- test/dm/eth.c | 28 ++++---- 21 files changed, 181 insertions(+), 184 deletions(-)
Acked-by: Simon Glass sjg@chromium.org