projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e8f775
)
ath10k: fix a typo in ath10k_wmi_set_wmm_param()
author
Maharaja Kennadyrajan
<mkenna@codeaurora.org>
Fri, 13 Apr 2018 07:48:12 +0000
(13:18 +0530)
committer
Kalle Valo
<kvalo@codeaurora.org>
Thu, 19 Apr 2018 15:59:30 +0000
(18:59 +0300)
Fix a typo in the function ath10k_wmi_set_wmm_param().
Signed-off-by: Maharaja Kennadyrajan <mkenna@codeaurora.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/ath/ath10k/wmi.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/ath10k/wmi.c
b/drivers/net/wireless/ath/ath10k/wmi.c
index eb1c8a1a1c888ddd85a4586725c9aef1a86ab6f6..e12dd28fcf5dc6f8502647eefb6688521156d5a7 100644
(file)
--- a/
drivers/net/wireless/ath/ath10k/wmi.c
+++ b/
drivers/net/wireless/ath/ath10k/wmi.c
@@
-7648,7
+7648,7
@@
ath10k_wmi_10_2_4_op_gen_pdev_get_tpc_config(struct ath10k *ar, u32 param)
cmd->param = __cpu_to_le32(param);
ath10k_dbg(ar, ATH10K_DBG_WMI,
- "wmi pdev get t
cp config param:
%d\n", param);
+ "wmi pdev get t
pc config param
%d\n", param);
return skb;
}