ath11k: qmi: Fix spelling mistake "requeqst" -> "request"
There is a spelling mistake in an ath11k_warn message. Fix it. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org> Link: https://lore.kernel.org/r/20210316091924.15627-1-colin.king@canonical.com
This commit is contained in:
parent
eaaf52e4b8
commit
6dc89f070d
1 changed files with 1 additions and 1 deletions
|
|
@ -2514,7 +2514,7 @@ static int ath11k_qmi_event_load_bdf(struct ath11k_qmi *qmi)
|
|||
|
||||
ret = ath11k_qmi_request_target_cap(ab);
|
||||
if (ret < 0) {
|
||||
ath11k_warn(ab, "failed to requeqst qmi target capabilities: %d\n",
|
||||
ath11k_warn(ab, "failed to request qmi target capabilities: %d\n",
|
||||
ret);
|
||||
return ret;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue