Re: [lng-odp] [PATCHv2] scripts: checkpatch: update to allow additional exceptions

2017-05-23 Thread Maxim Uvarov
tri (Nokia - FI/Espoo) > Cc: Maxim Uvarov ; lng-odp@lists.linaro.org > Subject: Re: [lng-odp] [PATCHv2] scripts: checkpatch: update to allow > additional exceptions > > > > On Tue, May 23, 2017 at 7:07 AM, Savolainen, Petri (Nokia - FI/Espoo) > <mailto:petri.savolai..

Re: [lng-odp] [PATCHv2] scripts: checkpatch: update to allow additional exceptions

2017-05-23 Thread Savolainen, Petri (Nokia - FI/Espoo)
From: Bill Fischofer [mailto:bill.fischo...@linaro.org] Sent: Tuesday, May 23, 2017 3:22 PM To: Savolainen, Petri (Nokia - FI/Espoo) Cc: Maxim Uvarov ; lng-odp@lists.linaro.org Subject: Re: [lng-odp] [PATCHv2] scripts: checkpatch: update to allow additional exceptions On Tue, May 23, 2017

Re: [lng-odp] [PATCHv2] scripts: checkpatch: update to allow additional exceptions

2017-05-23 Thread Bill Fischofer
, May 22, 2017 10:07 PM > > To: lng-odp@lists.linaro.org > > Subject: Re: [lng-odp] [PATCHv2] scripts: checkpatch: update to allow > > additional exceptions > > > > Merged! > > > > Maxim. > > > > On 05/04/17 22:33, Bill Fischofer wrote: > >

Re: [lng-odp] [PATCHv2] scripts: checkpatch: update to allow additional exceptions

2017-05-23 Thread Savolainen, Petri (Nokia - FI/Espoo)
> -Original Message- > From: lng-odp [mailto:lng-odp-boun...@lists.linaro.org] On Behalf Of Maxim > Uvarov > Sent: Monday, May 22, 2017 10:07 PM > To: lng-odp@lists.linaro.org > Subject: Re: [lng-odp] [PATCHv2] scripts: checkpatch: update to allow > additional e

Re: [lng-odp] [PATCHv2] scripts: checkpatch: update to allow additional exceptions

2017-05-22 Thread Maxim Uvarov
Merged! Maxim. On 05/04/17 22:33, Bill Fischofer wrote: > Update checkpatch.pl to avoid issuing warnings for use of externs, > volatile, or camelCase. > > Signed-off-by: Bill Fischofer > --- > scripts/checkpatch.pl | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a

Re: [lng-odp] [PATCHv2] scripts: checkpatch: update to allow additional exceptions

2017-05-08 Thread Maxim Uvarov
In general I think that this patch is ok. It will be good to fix following warning aslo: WARNING: Missing a blank line after declarations #39: FILE: platform/linux-generic/include/odp_crypto_internal.h:66: + uint32_t bytes; + const EVP_MD *evp_md; total: 0 errors, 1

[lng-odp] [PATCHv2] scripts: checkpatch: update to allow additional exceptions

2017-05-04 Thread Bill Fischofer
Update checkpatch.pl to avoid issuing warnings for use of externs, volatile, or camelCase. Signed-off-by: Bill Fischofer --- scripts/checkpatch.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index 16316b92..1c27ac60 1007