lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Fri, 17 Jan 2020 10:16:02 +0100
From:   Philipp Zabel <p.zabel@...gutronix.de>
To:     Lukas Bulwahn <lukas.bulwahn@...il.com>
Cc:     Joe Perches <joe@...ches.com>, kernel@...gutronix.de,
        kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH RESEND] MAINTAINERS: fix style in RESET CONTROLLER
 FRAMEWORK

Hi Lukas,

On Thu, 2020-01-16 at 19:48 +0100, Lukas Bulwahn wrote:
> Commit 37859277374d ("MAINTAINERS: add reset controller framework
> keywords") slips in some formatting with spaces instead of tabs, which
> ./scripts/checkpatch.pl -f MAINTAINERS complains about:
> 
>   WARNING: MAINTAINERS entries use one tab after TYPE:
>   #14047: FILE: MAINTAINERS:14047:
>   +K:      \b(?:devm_|of_)?reset_control(?:ler_[a-z]+|_[a-z_]+)?\b
> 
> Fixes: 37859277374d ("MAINTAINERS: add reset controller framework keywords")
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@...il.com>
> ---
> applies cleanly on v5.5-rc6 and next-20200116
> Philipp, please pick this patch.
> 
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index d2aa9db61ab6..83eae48ad4f2 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -14067,7 +14067,7 @@ F:	include/dt-bindings/reset/
>  F:	include/linux/reset.h
>  F:	include/linux/reset/
>  F:	include/linux/reset-controller.h
> -K:      \b(?:devm_|of_)?reset_control(?:ler_[a-z]+|_[a-z_]+)?\b
> +K:	\b(?:devm_|of_)?reset_control(?:ler_[a-z]+|_[a-z_]+)?\b
>  
>  RESTARTABLE SEQUENCES SUPPORT
>  M:	Mathieu Desnoyers <mathieu.desnoyers@...icios.com>

Thank you, applied to reset/fixes now.

regards
Philipp

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ