[lng-odp] [PATCH] checkpatch: ignore CamelCase on scanf SCNxxx

2015-06-18 Thread Benoît Ganne
Signed-off-by: Benoît Ganne --- scripts/checkpatch.pl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index cee734a..00d30b2 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl @@ -4259,6 +4259,9 @@ sub process {

Re: [lng-odp] [PATCH] checkpatch: ignore CamelCase on scanf SCNxxx

2015-06-18 Thread Bill Fischofer
On Thu, Jun 18, 2015 at 11:59 AM, Benoît Ganne wrote: > Signed-off-by: Benoît Ganne > Reviewed-by: Bill Fischofer > --- > scripts/checkpatch.pl | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl > index cee734a..00d30b2 100755 > --- a/s

Re: [lng-odp] [PATCH] checkpatch: ignore CamelCase on scanf SCNxxx

2015-06-29 Thread Maxim Uvarov
Merged, Thanks. Maxim. On 06/18/15 22:32, Bill Fischofer wrote: On Thu, Jun 18, 2015 at 11:59 AM, Benoît Ganne > wrote: Signed-off-by: Benoît Ganne mailto:bga...@kalray.eu>> Reviewed-by: Bill Fischofer > --- scripts