From 68c76a3a38a008e162581d0785618a898cc7944b Mon Sep 17 00:00:00 2001 From: Joe Hershberger Date: Wed, 8 Apr 2015 01:41:10 -0500 Subject: 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 Acked-by: Simon Glass --- net/nfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/nfs.h') diff --git a/net/nfs.h b/net/nfs.h index 53451dbd17..d69b422f52 100644 --- a/net/nfs.h +++ b/net/nfs.h @@ -69,7 +69,7 @@ struct rpc_t { } reply; } u; }; -extern void NfsStart(void); /* Begin NFS */ +void nfs_start(void); /* Begin NFS */ /**********************************************************************/ -- cgit v1.2.1