[U-Boot] [PATCH v2 3/6] TFTP: rename "server" to "remote"
Mike Frysinger
vapier at gentoo.org
Sat Apr 30 06:36:16 CEST 2011
On Monday, April 18, 2011 12:19:51 Luca Ceresoli wrote:
> With the upcoming TFTP server implementation, the remote node can be
> either a client or a server, so avoid ambiguities.
the summary made me worried because i thought you were going to rename the env
var "server" to "remote". could you tweak the summary to avoid this ambiguity
in what you're actually doing ? how about:
TFTP: use "remote" in local variable names instead of "server"
> - IPaddr_t ServerNet = TftpServerIP & NetOurSubnetMask;
> + IPaddr_t ServerNet = TftpRemoteIP & NetOurSubnetMask;
shouldnt that now be RemoteNet ?
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
Url : http://lists.denx.de/pipermail/u-boot/attachments/20110430/eeda7465/attachment.pgp
More information about the U-Boot
mailing list