mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 21:38:32 +08:00
qed: fix spelling mistake "Dispalying" -> "Displaying"
There is a spelling mistake in a DP_NOTICE message, fix it. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
55827458e0
commit
d1ecf8a660
@ -285,7 +285,7 @@ void qed_db_recovery_dp(struct qed_hwfn *p_hwfn)
|
||||
struct qed_db_recovery_entry *db_entry = NULL;
|
||||
|
||||
DP_NOTICE(p_hwfn,
|
||||
"Dispalying doorbell recovery database. Counter was %d\n",
|
||||
"Displaying doorbell recovery database. Counter was %d\n",
|
||||
p_hwfn->db_recovery_info.db_recovery_counter);
|
||||
|
||||
/* Protect the list */
|
||||
|
Loading…
Reference in New Issue
Block a user