From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Thu, 15 Dec 2011 16:17:06 +0100 Subject: [U-Boot] [PATCH 00/18 V2] CHECKPATCH: fpgadata.c cleanup In-Reply-To: <201112151514.26541.marek.vasut@gmail.com> References: <1323955619-8691-1-git-send-email-marek.vasut@gmail.com> <20111215145544.6b0be00d@wker> <201112151514.26541.marek.vasut@gmail.com> Message-ID: <201112151617.06595.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 > > Hi Marek, > > > > On Thu, 15 Dec 2011 14:26:41 +0100 > > Marek Vasut wrote: > > ... > > > > > 18 files changed, 63874 insertions(+), 31942 deletions(-) > > > > > > V2: Align to 8 bytes per line. > > > Cc: Anatolij Gustschin > > > Cc: Stefano Babic > > > > > > Anatolij, Stefano, can you skim through these and give me your ACK so I > > > can push them through staging ? Still, there is around three thousand > > > files that don't conform to checkpatch style. > > > > I'll look at these patches. > > > > Yes, some video drivers files are on my checkpatch cleanup > > TODO list. > > Well I can share the complete list of files that fail checkpatch. I ran > checkpatch -f on the whole tree (.c and .h files) a few days ago :-) It ran > for 5+ hours ;-) http://marex.hackndev.com/fail-list.txt This is after applying these two patchsets (logo and fpga) and partly cleaning up board/esd/) btw. let's queue these (both logo and fpga) patches for -next please. They are not urgent and I'd like to see my stats for this release not tainted by this patchbomb. Also, I'll share the partial cleanup of ESD boards if Matthias/Stefan is interested. I checked how arch/arm is also broken and me being mostly ARM guy, I'd like to continue cleaning up there. Thanks M