diff options
author | Joe Hershberger <joe.hershberger@ni.com> | 2015-04-08 01:41:10 -0500 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-04-18 11:11:33 -0600 |
commit | 68c76a3a38a008e162581d0785618a898cc7944b (patch) | |
tree | 639831b6a0ec433e8995ac367d5890daa98e70fb /net/nfs.h | |
parent | 7044c6bb69ca654a229c208065f5b0777f05af5f (diff) | |
download | u-boot-68c76a3a38a008e162581d0785618a898cc7944b.tar.gz |
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>
Diffstat (limited to 'net/nfs.h')
-rw-r--r-- | net/nfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -69,7 +69,7 @@ struct rpc_t { } reply; } u; }; -extern void NfsStart(void); /* Begin NFS */ +void nfs_start(void); /* Begin NFS */ /**********************************************************************/ |