
8 Apr
2015
8 Apr
'15
2:45 p.m.
On 8 April 2015 at 00:41, Joe Hershberger joe.hershberger@ni.com wrote:
Remove CamelCase variable naming. Move the definition to the same compilation unit as the primary use.
Signed-off-by: Joe Hershberger joe.hershberger@ni.com
Changes in v2: None
common/cmd_net.c | 12 ++++++------ include/net.h | 6 +++--- net/bootp.c | 51 +++++++++++++++++++++++++++------------------------ net/net.c | 6 ------ 4 files changed, 36 insertions(+), 39 deletions(-)
Acked-by: Simon Glass sjg@chromium.org