]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:10:34 +0000 (22:10 +0200)
commitd1f6052e6af18fc9c90a8bdaa4b5f8d916fdab35
treeb84e29358c9aa132d532aedf4d99e934decb5b30
parent5e70b3280d182933d96b7bd3c0e91765c9bd78cd
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