summaryrefslogtreecommitdiffstats
path: root/net/net.c
diff options
context:
space:
mode:
authorJoe Hershberger <joe.hershberger@ni.com>2015-04-08 01:41:12 -0500
committerSimon Glass <sjg@chromium.org>2015-04-18 11:11:34 -0600
commit38ba2558748160da77e7e4d7ad55eac340d04fb9 (patch)
tree2e5dcec919639523dc13de0744f4a1eba11d65d1 /net/net.c
parent698d78e5457bc04f4ee3cd6985429c34615bcb59 (diff)
downloadtalos-obmc-uboot-38ba2558748160da77e7e4d7ad55eac340d04fb9.tar.gz
talos-obmc-uboot-38ba2558748160da77e7e4d7ad55eac340d04fb9.zip
net: cosmetic: Clean up SNTP variables and functions
Make a thorough pass through all variables and function names contained within sntp.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 6c23293edc..a1594323cd 100644
--- a/net/net.c
+++ b/net/net.c
@@ -422,7 +422,7 @@ restart:
#endif
#if defined(CONFIG_CMD_SNTP)
case SNTP:
- SntpStart();
+ sntp_start();
break;
#endif
#if defined(CONFIG_CMD_DNS)
OpenPOWER on IntegriCloud