summaryrefslogtreecommitdiff
path: root/net/net.c
diff options
context:
space:
mode:
authorJoe Hershberger <joe.hershberger@ni.com>2015-04-08 06:41:12 (GMT)
committerSimon Glass <sjg@chromium.org>2015-04-18 17:11:34 (GMT)
commit38ba2558748160da77e7e4d7ad55eac340d04fb9 (patch)
tree2e5dcec919639523dc13de0744f4a1eba11d65d1 /net/net.c
parent698d78e5457bc04f4ee3cd6985429c34615bcb59 (diff)
downloadu-boot-38ba2558748160da77e7e4d7ad55eac340d04fb9.tar.xz
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 6c23293..a159432 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)