From ff78ad284aac73c5a5ff79bced25d2f5f7f0e18e Mon Sep 17 00:00:00 2001 From: Baruch Siach Date: Tue, 27 Dec 2016 11:03:29 +0200 Subject: [PATCH 1/1] cmd: net: fix function name in comment 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 Signed-off-by: Baruch Siach --- cmd/net.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/net.c b/cmd/net.c index bed76e4bcb..df8b6c9b53 100644 --- 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) { -- 2.39.2