
8 Apr
2015
8 Apr
'15
2:46 p.m.
On 8 April 2015 at 00:41, Joe Hershberger joe.hershberger@ni.com wrote:
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
Changes in v2: None
common/cmd_net.c | 17 +++++++------- include/net.h | 4 ++-- net/cdp.c | 70 ++++++++++++++++++++++++++------------------------------ net/cdp.h | 2 +- net/net.c | 2 +- 5 files changed, 46 insertions(+), 49 deletions(-)
Acked-by: Simon Glass sjg@chromium.org