]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
net: cosmetic: Fix checkpatch.pl failures in net.c
authorJoe Hershberger <joe.hershberger@ni.com>
Wed, 8 Apr 2015 06:41:21 +0000 (01:41 -0500)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:28:20 +0000 (22:28 +0200)
commitbaeb63bf7f95a0dd888875f3b370780b050a2f1c
tree77798d97a8d483b98cdd871dfead2777bb5acae5
parentca37d5e945f0fec2240d1f784afabd82d10a977d
net: cosmetic: Fix checkpatch.pl failures in net.c

Finish eliminating CamelCase from net.c and other failures

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
Acked-by: Simon Glass <sjg@chromium.org>
21 files changed:
README
common/cmd_elf.c
common/cmd_net.c
common/spl/spl_net.c
common/update.c
doc/README.link-local
drivers/net/netconsole.c
include/net.h
net/arp.c
net/bootp.c
net/cdp.c
net/dns.c
net/eth.c
net/link_local.c
net/net.c
net/nfs.c
net/ping.c
net/rarp.c
net/sntp.c
net/tftp.c
test/dm/eth.c