From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Fri, 16 Dec 2011 10:54:42 +0100 Subject: [U-Boot] [PATCH 00/18 V2] CHECKPATCH: fpgadata.c cleanup In-Reply-To: <201112151425.02759.vapier@gentoo.org> References: <1323955619-8691-1-git-send-email-marek.vasut@gmail.com> <201112151425.02759.vapier@gentoo.org> Message-ID: <201112161054.42856.marek.vasut@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > On Thursday 15 December 2011 08:26:41 Marek Vasut wrote: > > First of the CHECKPATCH series of patches with per-file checkpatch fixes. > > > > This series fixes all files fpgadata.c, which contains PPC FPGA > > firmwares. There are no functional changes, only CHECKPATCH fixes. > > i don't really see any point in touching the fpgadata.c files. they're > clearly generated files and not meant to be read at all let alone modified > after the fact ... > > of course, i'd wonder what created these in the first place, and apply any > style tastes to that tool and then regenerate the result ... > -mike Well when the person updates these, he will hit a problem and fix his tool. Though last update of these is 3 years ago (maybe four). Most of them date back to 2003 though. The reason is to make it all checkpatch clean. M