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


Groups > linux.kernel > #1695196

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

From Colin King <colin.king@canonical.com>
Newsgroups linux.kernel
Subject [PATCH] mwifiex: usb: fix spelling mistake: "aggreataon"-> "aggregation"
Date 2017-07-25 00:30 +0200
Message-ID <u6U1s-2LB-11@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[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

csiph-web