Browse Source

qed: fix spelling mistake "attnetion" -> "attention"

The text in array s_igu_fifo_error_strs contains a spelling mistake,
fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Colin Ian King 6 years ago
parent
commit
1d510657ac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/net/ethernet/qlogic/qed/qed_debug.c

+ 1 - 1
drivers/net/ethernet/qlogic/qed/qed_debug.c

@@ -6071,7 +6071,7 @@ static const char * const s_igu_fifo_error_strs[] = {
 	"no error",
 	"no error",
 	"length error",
 	"length error",
 	"function disabled",
 	"function disabled",
-	"VF sent command to attnetion address",
+	"VF sent command to attention address",
 	"host sent prod update command",
 	"host sent prod update command",
 	"read of during interrupt register while in MIMD mode",
 	"read of during interrupt register while in MIMD mode",
 	"access to PXP BAR reserved address",
 	"access to PXP BAR reserved address",