summaryrefslogtreecommitdiffstats
path: root/net/net.c
diff options
context:
space:
mode:
authorJoe Hershberger <joe.hershberger@ni.com>2015-04-08 01:41:16 -0500
committerSimon Glass <sjg@chromium.org>2015-04-18 11:11:34 -0600
commit6a38a5f3df7be51b112bb6cb3f1f20cfe16ca196 (patch)
treed5ec52991965a9aed8c6f96c0170cf740998be44 /net/net.c
parent786eac5f9d0a9c30c2aceaededc9170a9dfb0197 (diff)
downloadtalos-obmc-uboot-6a38a5f3df7be51b112bb6cb3f1f20cfe16ca196.tar.gz
talos-obmc-uboot-6a38a5f3df7be51b112bb6cb3f1f20cfe16ca196.zip
net: cosmetic: Clean up netconsole variables and functions
Make a thorough pass through all variables and function names contained within netconsole.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 1133f79a47..139527693d 100644
--- a/net/net.c
+++ b/net/net.c
@@ -417,7 +417,7 @@ restart:
#endif
#if defined (CONFIG_NETCONSOLE) && !(CONFIG_SPL_BUILD)
case NETCONS:
- NcStart();
+ nc_start();
break;
#endif
#if defined(CONFIG_CMD_SNTP)
OpenPOWER on IntegriCloud