]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
iwlegacy: fix spelling mistake "acumulative" -> "accumulative"
authorColin Ian King <colin.king@canonical.com>
Mon, 15 Apr 2019 10:37:03 +0000 (11:37 +0100)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 25 Apr 2019 16:54:36 +0000 (19:54 +0300)
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>
drivers/net/wireless/intel/iwlegacy/3945-debug.c

index a2960032be81252ad97ba82b6209dabcaa75a67c..4b912e707f38935de946c08d7a54f82940a3a144 100644 (file)
@@ -185,7 +185,7 @@ il3945_ucode_rx_stats_read(struct file *file, char __user *user_buf,
        pos +=
            scnprintf(buf + pos, bufsz - pos,
                      "%-32s     current"
-                     "acumulative       delta         max\n",
+                     "accumulative      delta         max\n",
                      "Statistics_Rx - CCK:");
        pos +=
            scnprintf(buf + pos, bufsz - pos,
@@ -273,7 +273,7 @@ il3945_ucode_rx_stats_read(struct file *file, char __user *user_buf,
        pos +=
            scnprintf(buf + pos, bufsz - pos,
                      "%-32s     current"
-                     "acumulative       delta         max\n",
+                     "accumulative      delta         max\n",
                      "Statistics_Rx - GENERAL:");
        pos +=
            scnprintf(buf + pos, bufsz - pos,
@@ -346,7 +346,7 @@ il3945_ucode_tx_stats_read(struct file *file, char __user *user_buf,
        pos +=
            scnprintf(buf + pos, bufsz - pos,
                      "%-32s     current"
-                     "acumulative       delta         max\n",
+                     "accumulative      delta         max\n",
                      "Statistics_Tx:");
        pos +=
            scnprintf(buf + pos, bufsz - pos,
@@ -447,7 +447,7 @@ il3945_ucode_general_stats_read(struct file *file, char __user *user_buf,
        pos +=
            scnprintf(buf + pos, bufsz - pos,
                      "%-32s     current"
-                     "acumulative       delta         max\n",
+                     "accumulative      delta         max\n",
                      "Statistics_General:");
        pos +=
            scnprintf(buf + pos, bufsz - pos,