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] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 4 Mar 2021 17:03:20 +0100
From:   Michal Simek <michal.simek@...inx.com>
To:     Philipp Zabel <p.zabel@...gutronix.de>,
        <linux-kernel@...r.kernel.org>
CC:     Michal Simek <michal.simek@...inx.com>,
        <linux-arm-kernel@...ts.infradead.org>
Subject: Re: [PATCH] reset: zynqmp: replace spaces with tabs



On 3/4/21 5:00 PM, Philipp Zabel wrote:
> Fixes checkpatch issues:
> 
>   ERROR: code indent should use tabs where possible
>   #86: FILE: drivers/reset/reset-zynqmp.c:86:
>   +        .reset_id = 0,$
> 
>   WARNING: please, no spaces at the start of a line
>   #86: FILE: drivers/reset/reset-zynqmp.c:86:
>   +        .reset_id = 0,$
> 
>   ERROR: code indent should use tabs where possible
>   #87: FILE: drivers/reset/reset-zynqmp.c:87:
>   +        .num_resets = VERSAL_NR_RESETS,$
> 
>   WARNING: please, no spaces at the start of a line
>   #87: FILE: drivers/reset/reset-zynqmp.c:87:
>   +        .num_resets = VERSAL_NR_RESETS,$
> 
> Signed-off-by: Philipp Zabel <p.zabel@...gutronix.de>
> ---
>  drivers/reset/reset-zynqmp.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/reset/reset-zynqmp.c b/drivers/reset/reset-zynqmp.c
> index ebd433fa09dd..daa425e74c96 100644
> --- a/drivers/reset/reset-zynqmp.c
> +++ b/drivers/reset/reset-zynqmp.c
> @@ -83,8 +83,8 @@ static const struct zynqmp_reset_soc_data zynqmp_reset_data = {
>  };
>  
>  static const struct zynqmp_reset_soc_data versal_reset_data = {
> -        .reset_id = 0,
> -        .num_resets = VERSAL_NR_RESETS,
> +	.reset_id = 0,
> +	.num_resets = VERSAL_NR_RESETS,
>  };
>  
>  static const struct reset_control_ops zynqmp_reset_ops = {
> 

Reviewed-by: Michal Simek <michal.simek@...inx.com>

Thanks,
Michal

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ