]> git.sur5r.net Git - u-boot/commitdiff
cmd: net: fix function name in comment
authorBaruch Siach <baruch@tkos.co.il>
Tue, 27 Dec 2016 09:03:29 +0000 (11:03 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 27 Dec 2016 16:24:18 +0000 (11:24 -0500)
In commit 7044c6bb6 (net: cosmetic: Clean up DHCP variables and functions)
BootpCopyNetParams() was renamed to store_net_params(). Update the reference in
comment.

Cc: Joe Hershberger <joe.hershberger@ni.com>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
cmd/net.c

index bed76e4bcb0899e5c368d09ddd33ed6873a1b789..df8b6c9b53f09e5dfb2aae6ce05ab871de22dab0 100644 (file)
--- a/cmd/net.c
+++ b/cmd/net.c
@@ -136,7 +136,7 @@ static void netboot_update_env(void)
        }
 #if !defined(CONFIG_BOOTP_SERVERIP)
        /*
-        * Only attempt to change serverip if net/bootp.c:BootpCopyNetParams()
+        * Only attempt to change serverip if net/bootp.c:store_net_params()
         * could have set it
         */
        if (net_server_ip.s_addr) {