[PATCH] netfilter: Keep the same format in struct

Yufeng Wang posted 1 patch 1 year, 5 months ago
drivers/infiniband/core/cma_priv.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] netfilter: Keep the same format in struct
Posted by Yufeng Wang 1 year, 5 months ago
add some tabs to keeping consistency format.

Signed-off-by: Yufeng Wang <wangyufeng@kylinos.cn>
---
 drivers/infiniband/core/cma_priv.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/infiniband/core/cma_priv.h b/drivers/infiniband/core/cma_priv.h
index b7354c94cf1b..261431e00820 100644
--- a/drivers/infiniband/core/cma_priv.h
+++ b/drivers/infiniband/core/cma_priv.h
@@ -99,7 +99,7 @@ struct rdma_id_private {
 	u8			afonly;
 	u8			timeout;
 	u8			min_rnr_timer;
-	u8 used_resolve_ip;
+	u8			used_resolve_ip;
 	enum ib_gid_type	gid_type;
 
 	/*
-- 
2.34.1
Re: [PATCH] netfilter: Keep the same format in struct
Posted by Leon Romanovsky 1 year, 4 months ago
On Fri, Jul 19, 2024 at 03:33:50PM +0800, Yufeng Wang wrote:
> add some tabs to keeping consistency format.
> 
> Signed-off-by: Yufeng Wang <wangyufeng@kylinos.cn>
> ---
>  drivers/infiniband/core/cma_priv.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Thanks for the patch, but it is not related to netfilter, and together
with that patch is not truly needed. Let's drop this patch.

Thanks

> 
> diff --git a/drivers/infiniband/core/cma_priv.h b/drivers/infiniband/core/cma_priv.h
> index b7354c94cf1b..261431e00820 100644
> --- a/drivers/infiniband/core/cma_priv.h
> +++ b/drivers/infiniband/core/cma_priv.h
> @@ -99,7 +99,7 @@ struct rdma_id_private {
>  	u8			afonly;
>  	u8			timeout;
>  	u8			min_rnr_timer;
> -	u8 used_resolve_ip;
> +	u8			used_resolve_ip;
>  	enum ib_gid_type	gid_type;
>  
>  	/*
> -- 
> 2.34.1
>