iwlegacy: fix spelling mistake "acumulative" -> "accumulative"
Fix spelling mistakes in rx stats text. I missed these from an earlier round of fixing the same spelling mistake. Signed-off-by: Colin Ian King <colin.king@canonical.com> Reviewed-by: Mukesh Ojha <mojha@codeaurora.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
parent
938c7c80c7
commit
b9574ce1d0
@ -185,7 +185,7 @@ il3945_ucode_rx_stats_read(struct file *file, char __user *user_buf,
|
|||||||
pos +=
|
pos +=
|
||||||
scnprintf(buf + pos, bufsz - pos,
|
scnprintf(buf + pos, bufsz - pos,
|
||||||
"%-32s current"
|
"%-32s current"
|
||||||
"acumulative delta max\n",
|
"accumulative delta max\n",
|
||||||
"Statistics_Rx - CCK:");
|
"Statistics_Rx - CCK:");
|
||||||
pos +=
|
pos +=
|
||||||
scnprintf(buf + pos, bufsz - pos,
|
scnprintf(buf + pos, bufsz - pos,
|
||||||
@ -273,7 +273,7 @@ il3945_ucode_rx_stats_read(struct file *file, char __user *user_buf,
|
|||||||
pos +=
|
pos +=
|
||||||
scnprintf(buf + pos, bufsz - pos,
|
scnprintf(buf + pos, bufsz - pos,
|
||||||
"%-32s current"
|
"%-32s current"
|
||||||
"acumulative delta max\n",
|
"accumulative delta max\n",
|
||||||
"Statistics_Rx - GENERAL:");
|
"Statistics_Rx - GENERAL:");
|
||||||
pos +=
|
pos +=
|
||||||
scnprintf(buf + pos, bufsz - pos,
|
scnprintf(buf + pos, bufsz - pos,
|
||||||
@ -346,7 +346,7 @@ il3945_ucode_tx_stats_read(struct file *file, char __user *user_buf,
|
|||||||
pos +=
|
pos +=
|
||||||
scnprintf(buf + pos, bufsz - pos,
|
scnprintf(buf + pos, bufsz - pos,
|
||||||
"%-32s current"
|
"%-32s current"
|
||||||
"acumulative delta max\n",
|
"accumulative delta max\n",
|
||||||
"Statistics_Tx:");
|
"Statistics_Tx:");
|
||||||
pos +=
|
pos +=
|
||||||
scnprintf(buf + pos, bufsz - pos,
|
scnprintf(buf + pos, bufsz - pos,
|
||||||
@ -447,7 +447,7 @@ il3945_ucode_general_stats_read(struct file *file, char __user *user_buf,
|
|||||||
pos +=
|
pos +=
|
||||||
scnprintf(buf + pos, bufsz - pos,
|
scnprintf(buf + pos, bufsz - pos,
|
||||||
"%-32s current"
|
"%-32s current"
|
||||||
"acumulative delta max\n",
|
"accumulative delta max\n",
|
||||||
"Statistics_General:");
|
"Statistics_General:");
|
||||||
pos +=
|
pos +=
|
||||||
scnprintf(buf + pos, bufsz - pos,
|
scnprintf(buf + pos, bufsz - pos,
|
||||||
|
Loading…
Reference in New Issue
Block a user