summaryrefslogtreecommitdiffstats
path: root/net/net.c
diff options
context:
space:
mode:
authorJoe Hershberger <joe.hershberger@ni.com>2015-04-08 01:41:11 -0500
committerSimon Glass <sjg@chromium.org>2015-04-18 11:11:33 -0600
commit698d78e5457bc04f4ee3cd6985429c34615bcb59 (patch)
treeeb9ac468cd99b901bafb1f74ae13274e058b7b48 /net/net.c
parent68c76a3a38a008e162581d0785618a898cc7944b (diff)
downloadtalos-obmc-uboot-698d78e5457bc04f4ee3cd6985429c34615bcb59.tar.gz
talos-obmc-uboot-698d78e5457bc04f4ee3cd6985429c34615bcb59.zip
net: cosmetic: Clean up RARP variables and functions
Make a thorough pass through all variables and function names contained within rarp.c and remove CamelCase and improve naming. Signed-off-by: Joe Hershberger <joe.hershberger@ni.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'net/net.c')
-rw-r--r--net/net.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/net.c b/net/net.c
index bb67884c07..6c23293edc 100644
--- a/net/net.c
+++ b/net/net.c
@@ -395,9 +395,9 @@ restart:
#if defined(CONFIG_CMD_RARP)
case RARP:
- RarpTry = 0;
+ rarp_try = 0;
net_ip.s_addr = 0;
- RarpRequest();
+ rarp_request();
break;
#endif
#if defined(CONFIG_CMD_PING)
OpenPOWER on IntegriCloud