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: Mon, 18 Dec 2023 13:10:43 -0800
From: Jacob Keller <jacob.e.keller@...el.com>
To: Wang Jinchao <wangjinchao@...sion.com>, Sunil Goutham
	<sgoutham@...vell.com>, Linu Cherian <lcherian@...vell.com>, Geetha sowjanya
	<gakula@...vell.com>, Jerin Jacob <jerinj@...vell.com>, hariprasad
	<hkelam@...vell.com>, Subbaraya Sundeep <sbhatta@...vell.com>, "David S.
 Miller" <davem@...emloft.net>, Eric Dumazet <edumazet@...gle.com>, "Jakub
 Kicinski" <kuba@...nel.org>, Paolo Abeni <pabeni@...hat.com>,
	<netdev@...r.kernel.org>, <linux-kernel@...r.kernel.org>
CC: <stone.xulei@...sion.com>
Subject: Re: [PATCH net-next v2] octeontx2-af: insert space after include



On 12/17/2023 11:04 PM, Wang Jinchao wrote:
> Maintain Consistent Formatting: Insert Space after #include
> 

Reviewed-by: Jacob Keller <jacob.e.keller@...el.com>

> Suggested-by: Jakub Kicinski <kuba@...nel.org>
> Reviewed-by: Subbaraya Sundeep <sbhatta@...vell.com>
> Signed-off-by: Wang Jinchao <wangjinchao@...sion.com>
> ---
> V2:
>     In accordance with Jakub's advice, modify the patch title.
> 
> V1: https://lore.kernel.org/all/20231215181043.4ed733cf@kernel.org/
> 
>  drivers/net/ethernet/marvell/octeontx2/af/rvu_devlink.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/net/ethernet/marvell/octeontx2/af/rvu_devlink.c b/drivers/net/ethernet/marvell/octeontx2/af/rvu_devlink.c
> index 62780d8b4f9a..97a8039750c5 100644
> --- a/drivers/net/ethernet/marvell/octeontx2/af/rvu_devlink.c
> +++ b/drivers/net/ethernet/marvell/octeontx2/af/rvu_devlink.c
> @@ -5,7 +5,7 @@
>   *
>   */
>  
> -#include<linux/bitfield.h>
> +#include <linux/bitfield.h>
>  
>  #include "rvu.h"
>  #include "rvu_reg.h"

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ