From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luca Ceresoli Date: Wed, 04 May 2011 09:58:06 +0200 Subject: [U-Boot] [PATCH v2 3/6] TFTP: rename "server" to "remote" In-Reply-To: References: <1302796377-3321-1-git-send-email-luca.ceresoli@comelit.it> <1303143594-5345-4-git-send-email-luca.ceresoli@comelit.it> <4DADAA50.1040008@comelit.it> <4DAE0526.5080200@lucaceresoli.net> Message-ID: <4DC1070E.5090702@comelit.it> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Detlev Zundel wrote: > > I'll start a new thread to discuss this. Hopefully we then come up with > a policy to stick into that wiki page. > Now that the checkpatch policy is much more clear, I started to clean up the networking stuff, on top of which the TFTP server sits. net/net.c alone counts 76 errors and 197 warnings. In terms of modified lines, it's going to be a big job, so I am doing it in separate patches, one per each category of errors/warnings (whitespace issues, lines >80 chars, parentheses issues etc). Is this choice ok? Also, it's going to be a bigger job than the TFTP server itself, so I'll send a separate patchset for the cleanup work, and hold the TFTP server until the cleanup is worked out. Luca