فهرست منبع

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

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

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Colin Ian King 8 سال پیش
والد
کامیت
c55971726c
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      drivers/net/wireless/marvell/mwifiex/main.c

+ 1 - 1
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;
 bool aggr_ctrl;
 module_param(aggr_ctrl, bool, 0000);
 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
  * This function registers the device and performs all the necessary