diff mbox series

net: hns3: fix spelling mistake "undeflow" -> "underflow"

Message ID 20190911140817.20173-1-colin.king@canonical.com
State Accepted
Delegated to: David Miller
Headers show
Series net: hns3: fix spelling mistake "undeflow" -> "underflow" | expand

Commit Message

Colin Ian King Sept. 11, 2019, 2:08 p.m. UTC
From: Colin Ian King <colin.king@canonical.com>

There is a spelling mistake in a .msg literal string. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_err.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

David Miller Sept. 11, 2019, 2:17 p.m. UTC | #1
From: Colin King <colin.king@canonical.com>
Date: Wed, 11 Sep 2019 15:08:16 +0100

> From: Colin Ian King <colin.king@canonical.com>
> 
> There is a spelling mistake in a .msg literal string. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Applied.
diff mbox series

Patch

diff --git a/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_err.c b/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_err.c
index 58c6231aaa00..87dece0e745d 100644
--- a/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_err.c
+++ b/drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_err.c
@@ -98,7 +98,7 @@  static const struct hclge_hw_error hclge_igu_egu_tnl_int[] = {
 	  .reset_level = HNAE3_GLOBAL_RESET },
 	{ .int_msk = BIT(1), .msg = "rx_stp_fifo_overflow",
 	  .reset_level = HNAE3_GLOBAL_RESET },
-	{ .int_msk = BIT(2), .msg = "rx_stp_fifo_undeflow",
+	{ .int_msk = BIT(2), .msg = "rx_stp_fifo_underflow",
 	  .reset_level = HNAE3_GLOBAL_RESET },
 	{ .int_msk = BIT(3), .msg = "tx_buf_overflow",
 	  .reset_level = HNAE3_GLOBAL_RESET },