[U-Boot] [PATCH v2 02/25] net: cosmetic: Fixup var names related to boot file
Simon Glass
sjg at chromium.org
Wed Apr 8 16:37:10 CEST 2015
On 8 April 2015 at 06:45, Simon Glass <sjg at chromium.org> wrote:
> On 8 April 2015 at 00:41, Joe Hershberger <joe.hershberger at ni.com> wrote:
>> The variables around the bootfile were inconsistent and used CamelCase.
>> Update them to make the code more readable.
>>
>> Signed-off-by: Joe Hershberger <joe.hershberger at ni.com>
>> ---
>>
>> Changes in v2: None
>>
>> common/cmd_net.c | 9 ++++++---
>> common/cmd_pxe.c | 2 +-
>> common/update.c | 7 ++++---
>> include/net.h | 9 +++++----
>> net/bootp.c | 27 ++++++++++++++-------------
>> net/bootp.h | 1 -
>> net/eth.c | 3 ++-
>> net/net.c | 26 +++++++++++++-------------
>> net/nfs.c | 19 ++++++++++---------
>> net/tftp.c | 29 +++++++++++++++--------------
>> 10 files changed, 70 insertions(+), 62 deletions(-)
>
> Acked-by: Simon Glass <sjg at chromium.org>
Applied to u-boot-dm/next, thanks!
More information about the U-Boot
mailing list