]> git.ipfire.org Git - thirdparty/u-boot.git/commit
TFTP: replace "server" with "remote" in local variable names
authorLuca Ceresoli <luca.ceresoli@comelit.it>
Tue, 17 May 2011 00:03:37 +0000 (00:03 +0000)
committerWolfgang Denk <wd@denx.de>
Thu, 19 May 2011 19:38:12 +0000 (21:38 +0200)
commit20478ceaa295048e220d0963d1c8db5e1d6916fb
tree992c8ab2022591f1785116803bf6c65b94d82a93
parent9bb0a1bf9883a436b60e1430ca67792596c21556
TFTP: replace "server" with "remote" in local variable names

With the upcoming TFTP server implementation, the remote node can be
either a client or a server, so avoid ambiguities.

Signed-off-by: Luca Ceresoli <luca.ceresoli@comelit.it>
Cc: Wolfgang Denk <wd@denx.de>
Acked-by: Detlev Zundel <dzu@denx.de>
net/tftp.c