On Thu, Jun 18, 2015 at 11:59 AM, Benoît Ganne <bga...@kalray.eu> wrote:

> Signed-off-by: Benoît Ganne <bga...@kalray.eu>
>

Reviewed-by: Bill Fischofer <bill.fischo...@linaro.org>


> ---
>  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 {
>                             $var !~ /\bCU_/ &&
>                             $var !~ /\bPRI[diux]32/ &&
>                             $var !~ /\bPRI[diux]64/ &&
> +                           $var !~ /\bSCN[diux]8/ &&
> +                           $var !~ /\bSCN[diux]32/ &&
> +                           $var !~ /\bSCN[diux]64/ &&
>                             $var !~
> /^(?:[a-z_]*?)_?(?:[KMGT]iB|[KMGT]?Hz)(?:_[a-z_]+)?$/) {
>                                 while ($var =~ m{($Ident)}g) {
>                                         my $word = $1;
> --
> 2.1.4
>
> _______________________________________________
> lng-odp mailing list
> lng-odp@lists.linaro.org
> https://lists.linaro.org/mailman/listinfo/lng-odp
>
_______________________________________________
lng-odp mailing list
lng-odp@lists.linaro.org
https://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to