ath6kl: fix typos in comments
authorJulia Lawall <Julia.Lawall@inria.fr>
Mon, 14 Mar 2022 11:53:27 +0000 (12:53 +0100)
committerKalle Valo <quic_kvalo@quicinc.com>
Fri, 18 Mar 2022 15:38:45 +0000 (17:38 +0200)
Various spelling mistakes in comments.
Detected with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>
Link: https://lore.kernel.org/r/20220314115354.144023-4-Julia.Lawall@inria.fr
drivers/net/wireless/ath/ath6kl/htc_mbox.c

index e3874421c4c0c1b574748de1126b2c759a78bbb0..1963d3145481daa8c53afedc41a72bf162e4dfd6 100644 (file)
@@ -1538,7 +1538,7 @@ static int ath6kl_htc_rx_alloc(struct htc_target *target,
                                             queue, n_msg);
 
                /*
-                * This is due to unavailabilty of buffers to rx entire data.
+                * This is due to unavailability of buffers to rx entire data.
                 * Return no error so that free buffers from queue can be used
                 * to receive partial data.
                 */