From 0f4028fd9031ff7f95b1b8436445a2bb5161fcfb Mon Sep 17 00:00:00 2001 From: shenhao Date: Sun, 26 Apr 2020 20:47:39 +0800 Subject: [PATCH] net: hns3: modify comment of macro HNAE3_MIN_VECTOR_NUM driver inclusion category: bugfix bugzilla: NA CVE: NA -------------------------------------------- This patch modifies msi-x into misc for comment of macro HNAE3_MIN_VECTOR_NUM. Signed-off-by: Guangbin Huang Signed-off-by: shenhao Reviewed-by: Zhong Zhaohui Signed-off-by: Yang Yingliang --- drivers/net/ethernet/hisilicon/hns3/hnae3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethernet/hisilicon/hns3/hnae3.h b/drivers/net/ethernet/hisilicon/hns3/hnae3.h index e5e4a5cd8de7..b73c4179f00d 100644 --- a/drivers/net/ethernet/hisilicon/hns3/hnae3.h +++ b/drivers/net/ethernet/hisilicon/hns3/hnae3.h @@ -32,7 +32,7 @@ #define HNAE3_MOD_VERSION "1.9.37.7" -#define HNAE3_MIN_VECTOR_NUM 2 /* one for msi-x, another for IO */ +#define HNAE3_MIN_VECTOR_NUM 2 /* first one for misc, another for IO */ /* Device IDs */ #define HNAE3_DEV_ID_GE 0xA220 -- GitLab