diff options
author | Masanari Iida <standby24x7@gmail.com> | 2018-01-15 16:18:36 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2018-03-27 09:51:22 +0200 |
commit | bc8282a730215f1ffab5959556b20e99c7ff6cef (patch) | |
tree | a05d16660497f66a6b6fae00a785078049bdcca7 /drivers/net/ethernet | |
parent | GenWQE: Fix a typo in two comments (diff) | |
download | linux-bc8282a730215f1ffab5959556b20e99c7ff6cef.tar.xz linux-bc8282a730215f1ffab5959556b20e99c7ff6cef.zip |
treewide: Fix typos in printk
This patch fixes spelling typos found in printk.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/net/ethernet')
-rw-r--r-- | drivers/net/ethernet/qlogic/qed/qed_int.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/qlogic/qed/qed_int.c b/drivers/net/ethernet/qlogic/qed/qed_int.c index d3eabcf9c86c..af3a28ec04eb 100644 --- a/drivers/net/ethernet/qlogic/qed/qed_int.c +++ b/drivers/net/ethernet/qlogic/qed/qed_int.c @@ -321,7 +321,7 @@ static int qed_pglub_rbc_attn_cb(struct qed_hwfn *p_hwfn) tmp = qed_rd(p_hwfn, p_hwfn->p_dpc_ptt, PGLUE_B_REG_TX_ERR_WR_DETAILS_ICPL); if (tmp & PGLUE_ATTENTION_ICPL_VALID) - DP_INFO(p_hwfn, "ICPL eror - %08x\n", tmp); + DP_INFO(p_hwfn, "ICPL error - %08x\n", tmp); tmp = qed_rd(p_hwfn, p_hwfn->p_dpc_ptt, PGLUE_B_REG_MASTER_ZLR_ERR_DETAILS); |