summaryrefslogtreecommitdiffstats
path: root/net/net.c
diff options
context:
space:
mode:
authorJoe Hershberger <joe.hershberger@ni.com>2015-04-08 01:41:15 -0500
committerSimon Glass <sjg@chromium.org>2015-04-18 11:11:34 -0600
commit786eac5f9d0a9c30c2aceaededc9170a9dfb0197 (patch)
tree9822bd9438bcdc905df90525d999b6055e07a0e2 /net/net.c
parent6aede5b750e342c3293ec1d87c4dbb9376280bbe (diff)
downloadblackbird-obmc-uboot-786eac5f9d0a9c30c2aceaededc9170a9dfb0197.tar.gz
blackbird-obmc-uboot-786eac5f9d0a9c30c2aceaededc9170a9dfb0197.zip
net: cosmetic: Clean up DNS variables and functions
Make a thorough pass through all variables and function names contained within dns.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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/net.c b/net/net.c
index 3c8b6083c0..1133f79a47 100644
--- a/net/net.c
+++ b/net/net.c
@@ -427,7 +427,7 @@ restart:
#endif
#if defined(CONFIG_CMD_DNS)
case DNS:
- DnsStart();
+ dns_start();
break;
#endif
#if defined(CONFIG_CMD_LINK_LOCAL)
OpenPOWER on IntegriCloud