From: Colin Ian King Date: Mon, 26 Nov 2018 15:53:54 +0000 (+0000) Subject: qed: fix spelling mistake "attnetion" -> "attention" X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=1d510657ac7e486dd443cabbbd0677253aeb705f;p=openwrt%2Fstaging%2Fblogic.git 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 Signed-off-by: David S. Miller --- diff --git a/drivers/net/ethernet/qlogic/qed/qed_debug.c b/drivers/net/ethernet/qlogic/qed/qed_debug.c index 78a638ec7c0a..979f1e4bc18b 100644 --- a/drivers/net/ethernet/qlogic/qed/qed_debug.c +++ b/drivers/net/ethernet/qlogic/qed/qed_debug.c @@ -6071,7 +6071,7 @@ static const char * const s_igu_fifo_error_strs[] = { "no error", "length error", "function disabled", - "VF sent command to attnetion address", + "VF sent command to attention address", "host sent prod update command", "read of during interrupt register while in MIMD mode", "access to PXP BAR reserved address",