]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/net/wireless/ath/ath10k/sdio.c
ath10k: fix a bunch of spelling mistakes in messages
[karo-tx-linux.git] / drivers / net / wireless / ath / ath10k / sdio.c
index 9e78fbae8413757da8a1432613d00b26a7c2e5f0..859ed870bd977fea35a76d1944a7de2f49043f77 100644 (file)
@@ -1553,7 +1553,7 @@ static int ath10k_sdio_hif_diag_read(struct ath10k *ar, u32 address, void *buf,
        /* read the data */
        ret = ath10k_sdio_read(ar, MBOX_WINDOW_DATA_ADDRESS, buf, buf_len);
        if (ret) {
-               ath10k_warn(ar, "failed to read from mbox window data addrress: %d\n",
+               ath10k_warn(ar, "failed to read from mbox window data address: %d\n",
                            ret);
                return ret;
        }
@@ -1592,7 +1592,7 @@ static int ath10k_sdio_hif_diag_write_mem(struct ath10k *ar, u32 address,
        ret = ath10k_sdio_write(ar, MBOX_WINDOW_DATA_ADDRESS, data, nbytes);
        if (ret) {
                ath10k_warn(ar,
-                           "failed to write 0x%p to mbox window data addrress: %d\n",
+                           "failed to write 0x%p to mbox window data address: %d\n",
                            data, ret);
                return ret;
        }