projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ed4f91
)
ath10k: fix spelling mistake: "addrress" -> "address"
author
Colin Ian King
<colin.king@canonical.com>
Tue, 16 Jan 2018 09:43:51 +0000
(11:43 +0200)
committer
Kalle Valo
<kvalo@codeaurora.org>
Tue, 16 Jan 2018 14:32:15 +0000
(16:32 +0200)
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>
drivers/net/wireless/ath/ath10k/pci.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/ath10k/pci.c
b/drivers/net/wireless/ath/ath10k/pci.c
index 8abaccc25227679ee09511782ecf2f7a3543bd6f..f6a23f2d03351773002832ea693ff0032feeec1f 100644
(file)
--- 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 addr
r
ess 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;
}