OSDN Git Service

net: hns3: fix spelling mistake "offser" -> "offset"
authorColin Ian King <colin.king@canonical.com>
Mon, 10 Dec 2018 09:29:48 +0000 (09:29 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 10 Dec 2018 19:44:30 +0000 (11:44 -0800)
There is a spelling mistake in a msg string, fix this.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_err.c

index 77deea0..d0f6541 100644 (file)
@@ -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" },