Re: [PATCH] checkpatch: Remove unnecessary + after {8,8}

2014-08-31 Thread Sören Brinkmann
Hi Joe, On Fri, 2014-07-11 at 07:09PM -0700, Joe Perches wrote: > There's a useless "+" use that needs to be removed as perl 5.20 > emits a "Useless use of greediness modifier '+'" message each > time it's hit. I saw this Perl warning today as well and wondered whether this patch is coming or

Re: [PATCH] checkpatch: Remove unnecessary + after {8,8}

2014-08-31 Thread Sören Brinkmann
Hi Joe, On Fri, 2014-07-11 at 07:09PM -0700, Joe Perches wrote: There's a useless + use that needs to be removed as perl 5.20 emits a Useless use of greediness modifier '+' message each time it's hit. I saw this Perl warning today as well and wondered whether this patch is coming or not.

Re: [PATCH] checkpatch: Remove unnecessary + after {8,8}

2014-07-11 Thread Greg KH
On Fri, Jul 11, 2014 at 07:09:30PM -0700, Joe Perches wrote: > There's a useless "+" use that needs to be removed as perl 5.20 > emits a "Useless use of greediness modifier '+'" message each > time it's hit. > > Reported-by: Greg KH > Signed-off-by: Joe Perches > --- > On Fri, 2014-07-11 at

[PATCH] checkpatch: Remove unnecessary + after {8,8}

2014-07-11 Thread Joe Perches
There's a useless "+" use that needs to be removed as perl 5.20 emits a "Useless use of greediness modifier '+'" message each time it's hit. Reported-by: Greg KH Signed-off-by: Joe Perches --- On Fri, 2014-07-11 at 19:05 -0700, Greg KH wrote: > Ok, with linux-next I get the same thing: Thanks

[PATCH] checkpatch: Remove unnecessary + after {8,8}

2014-07-11 Thread Joe Perches
There's a useless + use that needs to be removed as perl 5.20 emits a Useless use of greediness modifier '+' message each time it's hit. Reported-by: Greg KH gre...@linuxfoundation.org Signed-off-by: Joe Perches j...@perches.com --- On Fri, 2014-07-11 at 19:05 -0700, Greg KH wrote: Ok, with

Re: [PATCH] checkpatch: Remove unnecessary + after {8,8}

2014-07-11 Thread Greg KH
On Fri, Jul 11, 2014 at 07:09:30PM -0700, Joe Perches wrote: There's a useless + use that needs to be removed as perl 5.20 emits a Useless use of greediness modifier '+' message each time it's hit. Reported-by: Greg KH gre...@linuxfoundation.org Signed-off-by: Joe Perches j...@perches.com