Commit 26b701ad authored by Colin Ian King's avatar Colin Ian King Committed by Kalle Valo

iwlegacy: fix spelling mistake "acumulative" -> "accumulative"

fix spelling mistake in rx stats text
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Acked-by: default avatarStanislaw Gruszka <sgruszka@redhat.com>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent 35204d0a
...@@ -95,7 +95,7 @@ il3945_ucode_rx_stats_read(struct file *file, char __user *user_buf, ...@@ -95,7 +95,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 - OFDM:"); "Statistics_Rx - OFDM:");
pos += pos +=
scnprintf(buf + pos, bufsz - pos, scnprintf(buf + pos, bufsz - pos,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment