Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1695196 > unrolled thread

[PATCH] mwifiex: usb: fix spelling mistake: "aggreataon"-> "aggregation"

Started byColin King <colin.king@canonical.com>
First post2017-07-25 00:30 +0200
Last post2017-07-28 17:00 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] mwifiex: usb: fix spelling mistake: "aggreataon"-> "aggregation" Colin King <colin.king@canonical.com> - 2017-07-25 00:30 +0200
    Re: mwifiex: usb: fix spelling mistake: "aggreataon"-> "aggregation" Kalle Valo <kvalo@codeaurora.org> - 2017-07-28 17:00 +0200

#1695196 — [PATCH] mwifiex: usb: fix spelling mistake: "aggreataon"-> "aggregation"

FromColin King <colin.king@canonical.com>
Date2017-07-25 00:30 +0200
Subject[PATCH] mwifiex: usb: fix spelling mistake: "aggreataon"-> "aggregation"
Message-ID<u6U1s-2LB-11@gated-at.bofh.it>
From: Colin Ian King <colin.king@canonical.com>

Trivial fix to spelling mistake in aggr_ctrl module parameter
message text.

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

diff --git a/drivers/net/wireless/marvell/mwifiex/main.c b/drivers/net/wireless/marvell/mwifiex/main.c
index f2600b827e81..ebe2c9319948 100644
--- a/drivers/net/wireless/marvell/mwifiex/main.c
+++ b/drivers/net/wireless/marvell/mwifiex/main.c
@@ -46,7 +46,7 @@ MODULE_PARM_DESC(mfg_mode, "manufacturing mode enable:1, disable:0");
 
 bool aggr_ctrl;
 module_param(aggr_ctrl, bool, 0000);
-MODULE_PARM_DESC(aggr_ctrl, "usb tx aggreataon enable:1, disable:0");
+MODULE_PARM_DESC(aggr_ctrl, "usb tx aggregation enable:1, disable:0");
 
 /*
  * This function registers the device and performs all the necessary
-- 
2.11.0

[toc] | [next] | [standalone]


#1698866 — Re: mwifiex: usb: fix spelling mistake: "aggreataon"-> "aggregation"

FromKalle Valo <kvalo@codeaurora.org>
Date2017-07-28 17:00 +0200
SubjectRe: mwifiex: usb: fix spelling mistake: "aggreataon"-> "aggregation"
Message-ID<u8eUa-560-23@gated-at.bofh.it>
In reply to#1695196
Colin Ian King <colin.king@canonical.com> wrote:

> From: Colin Ian King <colin.king@canonical.com>
> 
> Trivial fix to spelling mistake in aggr_ctrl module parameter
> message text.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

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

c55971726c40 mwifiex: usb: fix spelling mistake: "aggreataon"-> "aggregation"

-- 
https://patchwork.kernel.org/patch/9860753/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web