From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luca Ceresoli Date: Fri, 13 May 2011 09:36:49 +0200 Subject: [U-Boot] [PATCH v2 3/6] TFTP: rename "server" to "remote" In-Reply-To: <20110512174624.A2D15D6F24F@gemini.denx.de> References: <1302796377-3321-1-git-send-email-luca.ceresoli@comelit.it> <1303143594-5345-4-git-send-email-luca.ceresoli@comelit.it> <20110512174624.A2D15D6F24F@gemini.denx.de> Message-ID: <4DCCDF91.8040806@lucaceresoli.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Wolfgang, Wolfgang Denk wrote: > Dear Luca Ceresoli, > > In message<1303143594-5345-4-git-send-email-luca.ceresoli@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 >> --- >> Changes in v2: >> - fixed checkpatch issues. >> >> net/tftp.c | 42 +++++++++++++++++++++--------------------- >> 1 files changed, 21 insertions(+), 21 deletions(-) > How do we proceed now? I've applied paches 1 + 2 of this series, > but for patch 3 we had changes requested, and the following patche > sdepend on it. > > I understand you are now waiting for the "net/net.c: cosmetic:" > patches to go in? Normally these would be stuff for the next > branch... > > I'd even be willing to pull these in now, if you then would re-post > the remaining patches of the tftpserver code soon? I see you've committed the net/net.c cleanup into master. I'll rebase the TFTP server work (only patches 3 and 4) and resend them as soon as possible for inclusion in master, perhaps today or tomorrow. Luca