diff mbox series

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

Message ID 20190415103703.11254-1-colin.king@canonical.com (mailing list archive)
State Accepted
Commit b9574ce1d05e6a06be90f37dbc75fb105516a1a9
Delegated to: Kalle Valo
Headers show
Series iwlegacy: fix spelling mistake "acumulative" -> "accumulative" | expand

Commit Message

Colin King April 15, 2019, 10:37 a.m. UTC
From: Colin Ian King <colin.king@canonical.com>

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>
---
 drivers/net/wireless/intel/iwlegacy/3945-debug.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Comments

Mukesh Ojha April 16, 2019, 6:47 a.m. UTC | #1
On 4/15/2019 4:07 PM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> 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>

Cheers,
-Mukesh

> ---
>   drivers/net/wireless/intel/iwlegacy/3945-debug.c | 8 ++++----
>   1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/drivers/net/wireless/intel/iwlegacy/3945-debug.c b/drivers/net/wireless/intel/iwlegacy/3945-debug.c
> index a2960032be81..4b912e707f38 100644
> --- a/drivers/net/wireless/intel/iwlegacy/3945-debug.c
> +++ b/drivers/net/wireless/intel/iwlegacy/3945-debug.c
> @@ -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,
Kalle Valo April 25, 2019, 4:54 p.m. UTC | #2
Colin King <colin.king@canonical.com> wrote:

> From: Colin Ian King <colin.king@canonical.com>
> 
> 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>

Patch applied to wireless-drivers-next.git, thanks.

b9574ce1d05e iwlegacy: fix spelling mistake "acumulative" -> "accumulative"
diff mbox series

Patch

diff --git a/drivers/net/wireless/intel/iwlegacy/3945-debug.c b/drivers/net/wireless/intel/iwlegacy/3945-debug.c
index a2960032be81..4b912e707f38 100644
--- a/drivers/net/wireless/intel/iwlegacy/3945-debug.c
+++ b/drivers/net/wireless/intel/iwlegacy/3945-debug.c
@@ -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,