Re: [PATCH] net: smc: Remove repeated struct declaration

From: Karsten Graul
Date: Thu Apr 01 2021 - 14:06:49 EST


On 01/04/2021 10:40, Wan Jiabing wrote:
> struct smc_clc_msg_local is declared twice. One is declared at
> 301st line. The blew one is not needed. Remove the duplicate.
>
> Signed-off-by: Wan Jiabing <wanjiabing@xxxxxxxx>
> ---
> net/smc/smc_core.h | 1 -
> 1 file changed, 1 deletion(-)
>

Acked-by: Karsten Graul <kgraul@xxxxxxxxxxxxx>