Re: [dpdk-dev] [PATCH v2 8/9] net/hns3: fix the return value of the function

2021-11-05 Thread Ferruh Yigit
On 11/5/2021 2:46 AM, Min Hu (Connor) wrote: From: Huisong Li Fixing the return value of the function to clear static warning. Missing fixes tag. (And stable based on what is fixed) Signed-off-by: Huisong Li Signed-off-by: Min Hu (Connor)

[dpdk-dev] [PATCH v2 8/9] net/hns3: fix the return value of the function

2021-11-04 Thread Min Hu (Connor)
From: Huisong Li Fixing the return value of the function to clear static warning. Signed-off-by: Huisong Li Signed-off-by: Min Hu (Connor) --- drivers/net/hns3/hns3_common.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/net/hns3/hns3_common.c b/drivers/ne