Re: [PATCH] netfilter: Keep the same format in struct

From: Leon Romanovsky
Date: Sun Jul 21 2024 - 01:59:21 EST


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@xxxxxxxxxx>
> ---
> 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
>