2022-03-08 23:22:13

by Roopa Prabhu

[permalink] [raw]
Subject: Re: [PATCH linux-next v2] drivers: vxlan: fix returnvar.cocci warning


On 3/8/22 05:43, Guo Zhengkui wrote:
> Fix the following coccicheck warning:
>
> drivers/net/vxlan/vxlan_core.c:2995:5-8:
> Unneeded variable: "ret". Return "0" on line 3004.
>
> Fixes: f9c4bb0b245c ("vxlan: vni filtering support on collect metadata device")
> Signed-off-by: Guo Zhengkui <[email protected]>
> ---

Acked-by: Roopa Prabhu <[email protected]>

the patch prefix should be net-next

thanks for the fix