mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
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>
This commit is contained in:
parent
786eac5f9d
commit
6a38a5f3df
3 changed files with 19 additions and 17 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue