]> git.ipfire.org Git - people/ms/u-boot.git/commit - net/bootp.c
net: cosmetic: Fixup var names for DHCP strings
authorJoe Hershberger <joe.hershberger@ni.com>
Wed, 8 Apr 2015 06:41:03 +0000 (01:41 -0500)
committerSimon Glass <sjg@chromium.org>
Sat, 18 Apr 2015 17:11:32 +0000 (11:11 -0600)
commit586cbe51ab8ef357bcf3a52c6885ab00bc7293dd
tree5f1287a268d0d074f37539fe2d23514cd25bad47
parent1411157d857840da444db63f6ba3a3a658a99c5b
net: cosmetic: Fixup var names for DHCP strings

Remove CamelCase variable naming.
Move the definition to the same compilation unit as the primary use.

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
Acked-by: Simon Glass <sjg@chromium.org>
common/cmd_net.c
include/net.h
net/bootp.c
net/net.c