Re: [U-Boot] [PATCH v3 1/5] TFTP: replace "server" with "remote" in local variable names

2011-05-19 Thread Wolfgang Denk
Dear Luca Ceresoli, In message <1305626621-15008-2-git-send-email-luca.ceres...@comelit.it> you wrote: > 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 > Cc: Wolfgang Denk > > --- > Cha

Re: [U-Boot] [PATCH v3 1/5] TFTP: replace "server" with "remote" in local variable names

2011-05-19 Thread Detlev Zundel
Hi Luca, > 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 > Cc: Wolfgang Denk Acked-by: Detlev Zundel Cheers Detlev -- Algebraists do it in a ring, in fields, in groups. -- DENX Sof

[U-Boot] [PATCH v3 1/5] TFTP: replace "server" with "remote" in local variable names

2011-05-17 Thread Luca Ceresoli
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 Cc: Wolfgang Denk --- Changes in v2: - fixed checkpatch issues. Changes in v3: - rebased on top of the net/tftp.c cleanup; - renamed also loca