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 |
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>
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 --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,