[lng-odp] [PATCH] checkpatch: fix left brace warning

2015-10-09 Thread Nicolas Morey-Chaisemartin
Using checkpatch.pl with Perl 5.22.0 generates the following warning: Unescaped left brace in regex is deprecated, passed through in regex; This patch fixes the warnings by escaping occurrences of the left brace inside the regular expression. Signed-off-by: Eddie Kovsky Cc: Joe Perches Sig

Re: [lng-odp] [PATCH] checkpatch: fix left brace warning

2015-10-16 Thread Maxim Uvarov
Merged, Maxim. On 10/09/2015 15:16, Nicolas Morey-Chaisemartin wrote: Using checkpatch.pl with Perl 5.22.0 generates the following warning: Unescaped left brace in regex is deprecated, passed through in regex; This patch fixes the warnings by escaping occurrences of the left brace inside

Re: [lng-odp] [PATCH] checkpatch: fix left brace warning

2015-10-16 Thread Mike Holmes
Nicolas should you have added you sign-off since you added to our code base ? On 16 October 2015 at 08:01, Maxim Uvarov wrote: > Merged, > Maxim. > > > On 10/09/2015 15:16, Nicolas Morey-Chaisemartin wrote: > >> Using checkpatch.pl with Perl 5.22.0 generates the following warning: >> >> Une

Re: [lng-odp] [PATCH] checkpatch: fix left brace warning

2015-10-16 Thread Maxim Uvarov
On 10/16/2015 15:39, Mike Holmes wrote: Nicolas should you have added you sign-off since you added to our code base ? ah, I missed that. But added mine. Maxim. On 16 October 2015 at 08:01, Maxim Uvarov > wrote: Merged, Maxim. On 10/09/2015 15:1

Re: [lng-odp] [PATCH] checkpatch: fix left brace warning

2015-10-16 Thread Nicolas Morey-Chaisemartin
On 10/16/2015 02:39 PM, Mike Holmes wrote: > Nicolas should you have added you sign-off since you added to our code base > ? I wasn't sure about the policy. Concerning checkpatch, I'd trust these people signoff over mine ;) Anyway maxim added his so it should be alright