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

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>
This commit is contained in:
Joe Hershberger
2015-04-08 01:41:14 -05:00
committed by Simon Glass
parent 331db5a90f
commit 6aede5b750
5 changed files with 46 additions and 49 deletions

View File

@@ -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);