1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 08:42:12 +02:00

net: cosmetic: Clean up NFS variables and functions

Make a thorough pass through all variables and function names contained
within nfs.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:
Joe Hershberger
2015-04-08 01:41:10 -05:00
committed by Simon Glass
parent 7044c6bb69
commit 68c76a3a38
3 changed files with 79 additions and 100 deletions

View File

@@ -69,7 +69,7 @@ struct rpc_t {
} reply;
} u;
};
extern void NfsStart(void); /* Begin NFS */
void nfs_start(void); /* Begin NFS */
/**********************************************************************/