From 6aede5b750e342c3293ec1d87c4dbb9376280bbe Mon Sep 17 00:00:00 2001 From: Joe Hershberger Date: Wed, 8 Apr 2015 01:41:14 -0500 Subject: net: cosmetic: Clean up CDP variables and functions Make a thorough pass through all variables and function names contained within cdp.c and remove CamelCase and improve naming. Signed-off-by: Joe Hershberger Acked-by: Simon Glass --- net/cdp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/cdp.h') diff --git a/net/cdp.h b/net/cdp.h index 95e4ce025d..83475c992d 100644 --- a/net/cdp.h +++ b/net/cdp.h @@ -14,7 +14,7 @@ #ifndef __CDP_H__ #define __CDP_H__ -void CDPStart(void); +void cdp_start(void); /* Process a received CDP packet */ void cdp_receive(const uchar *pkt, unsigned len); -- cgit v1.2.3