From: Baruch Siach Date: Tue, 27 Dec 2016 09:03:29 +0000 (+0200) Subject: cmd: net: fix function name in comment X-Git-Tag: v2017.01-rc3~19 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ff78ad284aac73c5a5ff79bced25d2f5f7f0e18e;hp=3cc5bbb8e68dc67b7c3d2fdebef69408e5271469;p=u-boot 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 --- 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) {