[U-Boot] [PATCH] checkpatch.pl: Fix checkpatch.pl warnings with Perl 5.22

2015-09-03 Thread Moritz Fischer
This patch fixes a bunch of deprecation warings that show up when using checkpatch.pl with Perl 5.22. Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\#\s*define.*do\s{ <-- HERE / at ./scripts/checkpatch.pl line 2829. Unescaped left brace in regex is

Re: [U-Boot] [PATCH] checkpatch.pl: Fix checkpatch.pl warnings with Perl 5.22

2015-11-30 Thread Alexey Brodkin
Hi Joe, On Thu, 2015-09-03 at 15:46 -0500, Joe Hershberger wrote: > Hi Moritz, > > On Thu, Sep 3, 2015 at 2:25 PM, Moritz Fischer > wrote: > > This patch fixes a bunch of deprecation warings that show up when using > > checkpatch.pl with Perl 5.22. > > > > Unescaped left brace in regex is depr

Re: [U-Boot] [PATCH] checkpatch.pl: Fix checkpatch.pl warnings with Perl 5.22

2015-11-30 Thread Tom Rini
On Mon, Nov 30, 2015 at 10:23:20AM +, Alexey Brodkin wrote: > Hi Joe, > > On Thu, 2015-09-03 at 15:46 -0500, Joe Hershberger wrote: > > Hi Moritz, > > > > On Thu, Sep 3, 2015 at 2:25 PM, Moritz Fischer > > wrote: > > > This patch fixes a bunch of deprecation warings that show up when using

Re: [U-Boot] [PATCH] checkpatch.pl: Fix checkpatch.pl warnings with Perl 5.22

2015-11-30 Thread Alexey Brodkin
Hi Tom, On Mon, 2015-11-30 at 10:56 -0500, Tom Rini wrote: > On Mon, Nov 30, 2015 at 10:23:20AM +, Alexey Brodkin wrote: > > Hi Joe, > > > > On Thu, 2015-09-03 at 15:46 -0500, Joe Hershberger wrote: > > > Hi Moritz, > > > > > > On Thu, Sep 3, 2015 at 2:25 PM, Moritz Fischer > > > wrote: >

Re: [U-Boot] [PATCH] checkpatch.pl: Fix checkpatch.pl warnings with Perl 5.22

2015-11-30 Thread Tom Rini
On Mon, Nov 30, 2015 at 03:57:12PM +, Alexey Brodkin wrote: > Hi Tom, > > On Mon, 2015-11-30 at 10:56 -0500, Tom Rini wrote: > > On Mon, Nov 30, 2015 at 10:23:20AM +, Alexey Brodkin wrote: > > > Hi Joe, > > > > > > On Thu, 2015-09-03 at 15:46 -0500, Joe Hershberger wrote: > > > > Hi Morit

Re: [U-Boot] [PATCH] checkpatch.pl: Fix checkpatch.pl warnings with Perl 5.22

2015-11-30 Thread Alexey Brodkin
Hi Tom, On Mon, 2015-11-30 at 11:02 -0500, Tom Rini wrote: > On Mon, Nov 30, 2015 at 03:57:12PM +, Alexey Brodkin wrote: > > Hi Tom, > > > > On Mon, 2015-11-30 at 10:56 -0500, Tom Rini wrote: > > > On Mon, Nov 30, 2015 at 10:23:20AM +, Alexey Brodkin wrote: > > > > Hi Joe, > > > > > > >

Re: [U-Boot] [PATCH] checkpatch.pl: Fix checkpatch.pl warnings with Perl 5.22

2015-11-30 Thread Joe Perches
On Mon, 2015-11-30 at 10:56 -0500, Tom Rini wrote: > On Mon, Nov 30, 2015 at 10:23:20AM +, 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 >

Re: [U-Boot] [PATCH] checkpatch.pl: Fix checkpatch.pl warnings with Perl 5.22

2015-11-30 Thread Tom Rini
On Mon, Nov 30, 2015 at 08:06:45AM -0800, Joe Perches wrote: > On Mon, 2015-11-30 at 10:56 -0500, Tom Rini wrote: > > On Mon, Nov 30, 2015 at 10:23:20AM +, Alexey Brodkin wrote: > [] > > > Similar fix is already in Linus' master tree, see > > > http://git.kernel.org/cgit/linux/kernel/git/torval

Re: [U-Boot] [PATCH] checkpatch.pl: Fix checkpatch.pl warnings with Perl 5.22

2015-09-03 Thread Joe Hershberger
Hi Moritz, On Thu, Sep 3, 2015 at 2:25 PM, Moritz Fischer wrote: > This patch fixes a bunch of deprecation warings that show up when using > checkpatch.pl with Perl 5.22. > > Unescaped left brace in regex is deprecated, passed through in regex; > marked by <-- HERE in m/\#\s*define.*do\s{ <-- HER

Re: [U-Boot] [PATCH] checkpatch.pl: Fix checkpatch.pl warnings with Perl 5.22

2015-09-03 Thread Joe Perches
On Thu, 2015-09-03 at 12:25 -0700, Moritz Fischer wrote: > This patch fixes a bunch of deprecation warings that show up when using > checkpatch.pl with Perl 5.22. Thanks. I believe these are all fixed in linux-next and should be resolved when v4.3 is released. commit 09165246126819ca19b47103d283