提交 ff78ad28 编写于 作者: B Baruch Siach 提交者: Tom Rini

cmd: net: fix function name in comment

In commit 7044c6bb (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: NBaruch Siach <baruch@tkos.co.il>
上级 3cc5bbb8
......@@ -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) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册