aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/os_dep
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2018-11-28 15:08:09 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-12-05 09:39:45 +0100
commitc48f12e28d94a81d94eb27231adf027a677c0e19 (patch)
treed7a68041ca1195b4656a090ec11ccb1edbc16183 /drivers/staging/rtl8188eu/os_dep
parentstaging: speakup: i18n: fix spelling mistake "phoneticly" -> "phonetically" (diff)
downloadlinux-dev-c48f12e28d94a81d94eb27231adf027a677c0e19.tar.xz
linux-dev-c48f12e28d94a81d94eb27231adf027a677c0e19.zip
staging: rtl8188eu: fix spelling mistake "inferface" -> "interface"
Fix spelling mistake in module description text. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8188eu/os_dep')
-rw-r--r--drivers/staging/rtl8188eu/os_dep/os_intfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8188eu/os_dep/os_intfs.c b/drivers/staging/rtl8188eu/os_dep/os_intfs.c
index fb213a90ed1b..abcce2240f15 100644
--- a/drivers/staging/rtl8188eu/os_dep/os_intfs.c
+++ b/drivers/staging/rtl8188eu/os_dep/os_intfs.c
@@ -131,7 +131,7 @@ MODULE_PARM_DESC(debug, "Set debug level (1-9) (default 1)");
static bool rtw_monitor_enable;
module_param_named(monitor_enable, rtw_monitor_enable, bool, 0444);
-MODULE_PARM_DESC(monitor_enable, "Enable monitor inferface (default: false)");
+MODULE_PARM_DESC(monitor_enable, "Enable monitor interface (default: false)");
static int netdev_close(struct net_device *pnetdev);