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:   Sat, 18 Jun 2022 17:15:19 +0800
From:   Fanjun Kong <fanjun.kong@...ux.dev>
To:     songmuchun@...edance.com, mcgrof@...nel.org, keescook@...omium.org,
        yzaikin@...gle.com
Cc:     bh1scw@...il.com, linux-fsdevel@...r.kernel.org,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH] kernel/sysctl.c: Clean up indentation, replace spaces
 with tab.

Hi maintainer,

Could you help to review this patch? 

Thanks so much.

On 22 May 22 ◦ 13:29, bh1scw@...il.com wrote:
> From: Fanjun Kong <bh1scw@...il.com>
> 
> This patch fixes two coding style issues:
> 1. Clean up indentation, replace spaces with tab
> 2. Add space after ','
> 
> Signed-off-by: Fanjun Kong <bh1scw@...il.com>
> ---
>  kernel/sysctl.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/kernel/sysctl.c b/kernel/sysctl.c
> index e52b6e372c60..de8da34e02a5 100644
> --- a/kernel/sysctl.c
> +++ b/kernel/sysctl.c
> @@ -1277,8 +1277,8 @@ int proc_dointvec_jiffies(struct ctl_table *table, int write,
>  int proc_dointvec_userhz_jiffies(struct ctl_table *table, int write,
>  				 void *buffer, size_t *lenp, loff_t *ppos)
>  {
> -    return do_proc_dointvec(table,write,buffer,lenp,ppos,
> -		    	    do_proc_dointvec_userhz_jiffies_conv,NULL);
> +	return do_proc_dointvec(table, write, buffer, lenp, ppos,
> +				do_proc_dointvec_userhz_jiffies_conv, NULL);
>  }
>  
>  /**
> -- 
> 2.36.0
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ