Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

b43: Fix typo in modparam_btcoex description

Signed-off-by: Gábor Stefanik <netrolller.3d@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

authored by

Gábor Stefanik and committed by
John W. Linville
c71dbd33 0136e51e

+1 -1
+1 -1
drivers/net/wireless/b43/main.c
··· 91 91 92 92 static int modparam_btcoex = 1; 93 93 module_param_named(btcoex, modparam_btcoex, int, 0444); 94 - MODULE_PARM_DESC(btcoex, "Enable Bluetooth coexistance (default on)"); 94 + MODULE_PARM_DESC(btcoex, "Enable Bluetooth coexistence (default on)"); 95 95 96 96 int b43_modparam_verbose = B43_VERBOSITY_DEFAULT; 97 97 module_param_named(verbose, b43_modparam_verbose, int, 0644);