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:
735df29
)
iwlagn: fix typo in ucode_bt_stats_read debugfs
author
Wey-Yi Guy
<
[email protected]
>
Sat, 31 Jul 2010 15:34:12 +0000
(08:34 -0700)
committer
John W. Linville
<
[email protected]
>
Wed, 4 Aug 2010 19:27:38 +0000
(15:27 -0400)
small typo fix in ucode_bt_stats_read debugfs file
Signed-off-by: Wey-Yi Guy <
[email protected]
>
Signed-off-by: John W. Linville <
[email protected]
>
drivers/net/wireless/iwlwifi/iwl-agn-debugfs.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/iwlwifi/iwl-agn-debugfs.c
b/drivers/net/wireless/iwlwifi/iwl-agn-debugfs.c
index f052c6d09b374da05ca891f0e0a6b2ed8f78671f..d706b8afbe5abd7f54b570d1a414a7f9c3c9aac5 100644
(file)
--- a/
drivers/net/wireless/iwlwifi/iwl-agn-debugfs.c
+++ b/
drivers/net/wireless/iwlwifi/iwl-agn-debugfs.c
@@
-980,7
+980,7
@@
ssize_t iwl_ucode_bt_stats_read(struct file *file,
le32_to_cpu(bt->lo_priority_tx_req_cnt),
accum_bt->lo_priority_tx_req_cnt);
pos += scnprintf(buf + pos, bufsz - pos,
- "lo_priority_
r
x_denied_cnt:\t%u\t\t\t%u\n",
+ "lo_priority_
t
x_denied_cnt:\t%u\t\t\t%u\n",
le32_to_cpu(bt->lo_priority_tx_denied_cnt),
accum_bt->lo_priority_tx_denied_cnt);
pos += scnprintf(buf + pos, bufsz - pos,