diff options
author | Baruch Siach | 2016-12-27 11:03:29 +0200 |
---|---|---|
committer | Tom Rini | 2016-12-27 11:24:18 -0500 |
commit | ff78ad284aac73c5a5ff79bced25d2f5f7f0e18e (patch) | |
tree | d535f31f1da97fa80e077bb5229c1d0ce675dac5 /cmd/net.c | |
parent | 3cc5bbb8e68dc67b7c3d2fdebef69408e5271469 (diff) |
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 <joe.hershberger@ni.com>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Diffstat (limited to 'cmd/net.c')
-rw-r--r-- | cmd/net.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/net.c b/cmd/net.c index bed76e4bcb0..df8b6c9b53f 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) { |