From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Perches Date: Mon, 30 Nov 2015 08:06:45 -0800 Subject: [U-Boot] [PATCH] checkpatch.pl: Fix checkpatch.pl warnings with Perl 5.22 In-Reply-To: <20151130155607.GT9551@bill-the-cat> References: <1441308335-13518-1-git-send-email-moritz.fischer@ettus.com> <1448878997.5176.4.camel@synopsys.com> <20151130155607.GT9551@bill-the-cat> Message-ID: <1448899605.3032.5.camel@perches.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 Mon, 2015-11-30 at 10:56 -0500, Tom Rini wrote: > On Mon, Nov 30, 2015 at 10:23:20AM +0000, Alexey Brodkin wrote: [] > > Similar fix is already in Linus' master tree, see > > http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/comm > > it/?id=4e5d56bdf892e18832a6540b63ebf709966bce2a > > > > Also note: > > [1] That commit from Linux tree won't apply cleanly on U-Boot > > due to a bit different context. > > [2] Even if manually tweaked it looks like it is incomplete: > > ------------------->8------------------- > > )\(.*\).*\s{ <-- HERE /@scripts/checkpatch.pl line 2828. > > ------------------->8------------------- > > > > So with above in mind could you please apply that patch posted by > > Moritz? > > > > This fixes checkpatch in Fedora 23 - in current state it is way too > > noisy. > > Maybe we just need to re-sync again? I don't track u-boot. Are there any u-boot specific changes made to checkpatch that are inappropriate for the linux-kernel? If there aren't, maybe whatever u-boot changes that have been made to checkpatch should be pulled into the kernel version.