From: Colin Ian King Date: Mon, 10 Dec 2018 09:29:48 +0000 (+0000) Subject: net: hns3: fix spelling mistake "offser" -> "offset" X-Git-Tag: Ubuntu-5.0.0-8.9~940^2~124 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=c1c8c27701b8fcc0cbbe4af0f9304df466b0123e;p=mirror_ubuntu-disco-kernel.git net: hns3: fix spelling mistake "offser" -> "offset" There is a spelling mistake in a msg string, fix this. Signed-off-by: Colin Ian King Signed-off-by: David S. Miller --- diff --git a/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_err.c b/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_err.c index 77deea0beeba..d0f654123b9b 100644 --- a/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_err.c +++ b/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_err.c @@ -183,7 +183,7 @@ static const struct hclge_hw_error hclge_qcn_fifo_rint[] = { { .int_msk = BIT(6), .msg = "qcn_shap_gp3_sch_fifo_rd_err" }, { .int_msk = BIT(7), .msg = "qcn_shap_gp3_sch_fifo_wr_err" }, { .int_msk = BIT(8), .msg = "qcn_shap_gp0_offset_fifo_rd_err" }, - { .int_msk = BIT(9), .msg = "qcn_shap_gp0_offser_fifo_wr_err" }, + { .int_msk = BIT(9), .msg = "qcn_shap_gp0_offset_fifo_wr_err" }, { .int_msk = BIT(10), .msg = "qcn_shap_gp1_offset_fifo_rd_err" }, { .int_msk = BIT(11), .msg = "qcn_shap_gp1_offset_fifo_wr_err" }, { .int_msk = BIT(12), .msg = "qcn_shap_gp2_offset_fifo_rd_err" },