summaryrefslogtreecommitdiff
path: root/net/cdp.h
diff options
context:
space:
mode:
authorJoe Hershberger <joe.hershberger@ni.com>2015-04-08 06:41:14 (GMT)
committerSimon Glass <sjg@chromium.org>2015-04-18 17:11:34 (GMT)
commit6aede5b750e342c3293ec1d87c4dbb9376280bbe (patch)
tree8047c5b255d7a28924301394700976efc37c3641 /net/cdp.h
parent331db5a90f0431465c36189672b2096b9b1e37d0 (diff)
downloadu-boot-6aede5b750e342c3293ec1d87c4dbb9376280bbe.tar.xz
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 <joe.hershberger@ni.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'net/cdp.h')
-rw-r--r--net/cdp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/cdp.h b/net/cdp.h
index 95e4ce0..83475c9 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);