diff mbox series

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

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

Commit Message

Colin King Aug. 3, 2018, 1:42 p.m. UTC
From: Colin Ian King <colin.king@canonical.com>

fix spelling mistake in rx stats text

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/net/wireless/intel/iwlegacy/3945-debug.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stanislaw Gruszka Aug. 3, 2018, 1:49 p.m. UTC | #1
On Fri, Aug 03, 2018 at 02:42:24PM +0100, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> fix spelling mistake in rx stats text
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Acked-by: Stanislaw Gruszka <sgruszka@redhat.com>
Kalle Valo Aug. 9, 2018, 3:14 p.m. UTC | #2
Colin King <colin.king@canonical.com> wrote:

> From: Colin Ian King <colin.king@canonical.com>
> 
> fix spelling mistake in rx stats text
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> Acked-by: Stanislaw Gruszka <sgruszka@redhat.com>

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

26b701adc378 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 c1b4441fb8b2..a2960032be81 100644
--- a/drivers/net/wireless/intel/iwlegacy/3945-debug.c
+++ b/drivers/net/wireless/intel/iwlegacy/3945-debug.c
@@ -95,7 +95,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 - OFDM:");
 	pos +=
 	    scnprintf(buf + pos, bufsz - pos,