net: hns3: fix 6th bit of ppp mpf abnormal errors
This patch modify print message of 6th bit of ppp mpf abnormal errors, there is a extra letter e in it. Signed-off-by: Weihang Li <liweihang@hisilicon.com> Signed-off-by: Peng Li <lipeng321@huawei.com> Signed-off-by: Huazhong Tan <tanhuazhong@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Родитель
d1f55d6bfc
Коммит
3aff0ac973
|
@ -80,7 +80,7 @@ static const struct hclge_hw_error hclge_ppp_mpf_abnormal_int_st1[] = {
|
|||
{ .int_msk = BIT(3), .msg = "umv_key_mem1_ecc_mbit_err" },
|
||||
{ .int_msk = BIT(4), .msg = "umv_key_mem2_ecc_mbit_err" },
|
||||
{ .int_msk = BIT(5), .msg = "umv_key_mem3_ecc_mbit_err" },
|
||||
{ .int_msk = BIT(6), .msg = "umv_ad_mem_ecc_mbit_erre" },
|
||||
{ .int_msk = BIT(6), .msg = "umv_ad_mem_ecc_mbit_err" },
|
||||
{ .int_msk = BIT(7), .msg = "rss_tc_mode_mem_ecc_mbit_err" },
|
||||
{ .int_msk = BIT(8), .msg = "rss_idt_mem0_ecc_mbit_err" },
|
||||
{ .int_msk = BIT(9), .msg = "rss_idt_mem1_ecc_mbit_err" },
|
||||
|
|
Загрузка…
Ссылка в новой задаче