]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
net: cosmetic: Change IPaddr_t to struct in_addr
authorJoe Hershberger <joe.hershberger@ni.com>
Wed, 8 Apr 2015 06:41:01 +0000 (01:41 -0500)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:05:47 +0000 (22:05 +0200)
commitc4baf1ac6604cb90b84bfb764f7dd484bca6d28e
treed360ef89f18c9d694b05627eb64a2eb995427d9d
parentf82588b09fc49af4cbbb4521b7d3ad97a70cd550
net: cosmetic: Change IPaddr_t to struct in_addr

This patch is simply clean-up to make the IPv4 type that is used match
what Linux uses. It also attempts to move all variables that are IP
addresses use good naming instead of CamelCase. No functional change.

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
Acked-by: Simon Glass <sjg@chromium.org>
25 files changed:
common/cmd_bootce.c
common/cmd_net.c
common/cmd_pxe.c
drivers/net/netconsole.c
drivers/net/sandbox-raw.c
drivers/net/sandbox.c
include/common.h
include/net.h
include/wince.h
lib/net_utils.c
net/arp.c
net/arp.h
net/bootme.c
net/bootp.c
net/bootp.h
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