diff options
| author | Colin Ian King <colin.king@canonical.com> | 2018-11-26 15:53:54 +0000 | 
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2018-11-27 16:22:23 -0800 | 
| commit | 1d510657ac7e486dd443cabbbd0677253aeb705f (patch) | |
| tree | f6c82e3b7b88b2af63a05778e07be196051d6b74 | |
| parent | 24a6d2dd263bc910de018c78d1148b3e33b94512 (diff) | |
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>
| -rw-r--r-- | drivers/net/ethernet/qlogic/qed/qed_debug.c | 2 | 
1 files changed, 1 insertions, 1 deletions
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",  | 
