mirror of https://gitee.com/openkylin/linux.git
qed: fix spelling mistake "queuess" -> "queues"
There is a spelling misake 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
6f74a55d49
commit
dc99da4f31
|
@ -2005,7 +2005,7 @@ static void qed_iov_vf_mbx_stop_vport(struct qed_hwfn *p_hwfn,
|
|||
(qed_iov_validate_active_txq(p_hwfn, vf))) {
|
||||
vf->b_malicious = true;
|
||||
DP_NOTICE(p_hwfn,
|
||||
"VF [%02x] - considered malicious; Unable to stop RX/TX queuess\n",
|
||||
"VF [%02x] - considered malicious; Unable to stop RX/TX queues\n",
|
||||
vf->abs_vf_id);
|
||||
status = PFVF_STATUS_MALICIOUS;
|
||||
goto out;
|
||||
|
|
Loading…
Reference in New Issue