Skip to content

Commit

Permalink
ath11k: qmi: Fix spelling mistake "requeqst" -> "request"
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Colin Ian King authored and Kalle Valo committed Apr 22, 2021
1 parent eaaf52e commit 6dc89f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/ath/ath11k/qmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 6dc89f0

Please sign in to comment.