mirror of
https://xff.cz/git/u-boot/
synced 2025-09-02 01:02:19 +02:00
net: cosmetic: Fix checkpatch.pl failures in net.c
Finish eliminating CamelCase from net.c and other failures Signed-off-by: Joe Hershberger <joe.hershberger@ni.com> Acked-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
committed by
Simon Glass
parent
a34f207563
commit
bc0571fc10
@@ -28,7 +28,7 @@ void spl_net_load_image(const char *device)
|
||||
}
|
||||
if (device)
|
||||
setenv("ethact", device);
|
||||
rv = NetLoop(BOOTP);
|
||||
rv = net_loop(BOOTP);
|
||||
if (rv < 0) {
|
||||
printf("Problem booting with BOOTP\n");
|
||||
hang();
|
||||
|
Reference in New Issue
Block a user