public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] cmd: net: fix function name in comment
@ 2016-12-27  9:03 Baruch Siach
  2016-12-29 22:40 ` [U-Boot] " Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Baruch Siach @ 2016-12-27  9:03 UTC (permalink / raw)
  To: u-boot

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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmd/net.c b/cmd/net.c
index bed76e4bcb08..df8b6c9b53f0 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.11.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] cmd: net: fix function name in comment
  2016-12-27  9:03 [U-Boot] [PATCH] cmd: net: fix function name in comment Baruch Siach
@ 2016-12-29 22:40 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2016-12-29 22:40 UTC (permalink / raw)
  To: u-boot

On Tue, Dec 27, 2016 at 11:03:29AM +0200, Baruch Siach wrote:

> 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>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20161229/71b5bd76/attachment.sig>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-12-29 22:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-27  9:03 [U-Boot] [PATCH] cmd: net: fix function name in comment Baruch Siach
2016-12-29 22:40 ` [U-Boot] " Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox