diff mbox

[next] ath10k: fix spelling mistake: "addrress" -> "address"

Message ID 20180112091450.8285-1-colin.king@canonical.com (mailing list archive)
State Accepted
Commit cdd4743e9ba3d60b875adf2a67fe584883fdd1e9
Delegated to: Kalle Valo
Headers show

Commit Message

Colin King Jan. 12, 2018, 9:14 a.m. UTC
From: Colin Ian King <colin.king@canonical.com>

Trivial fix to spelling mistake in warning message text.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/net/wireless/ath/ath10k/pci.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Kalle Valo Jan. 16, 2018, 2:32 p.m. UTC | #1
Colin Ian King <colin.king@canonical.com> wrote:

> Trivial fix to spelling mistake in warning message text.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>

Patch applied to ath-next branch of ath.git, thanks.

cdd4743e9ba3 ath10k: fix spelling mistake: "addrress" -> "address"
diff mbox

Patch

diff --git a/drivers/net/wireless/ath/ath10k/pci.c b/drivers/net/wireless/ath/ath10k/pci.c
index 8abaccc25227..f6a23f2d0335 100644
--- a/drivers/net/wireless/ath/ath10k/pci.c
+++ b/drivers/net/wireless/ath/ath10k/pci.c
@@ -1484,7 +1484,7 @@  static int ath10k_pci_dump_memory_section(struct ath10k *ar,
 	cur_section = &mem_region->section_table.sections[0];
 
 	if (mem_region->start > cur_section->start) {
-		ath10k_warn(ar, "incorrect memdump region 0x%x with section start addrress 0x%x.\n",
+		ath10k_warn(ar, "incorrect memdump region 0x%x with section start address 0x%x.\n",
 			    mem_region->start, cur_section->start);
 		return 0;
 	}