]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
b43: Fix typo in modparam_btcoex description
authorGábor Stefanik <netrolller.3d@gmail.com>
Fri, 28 Aug 2009 20:34:21 +0000 (22:34 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 31 Aug 2009 18:42:13 +0000 (14:42 -0400)
Signed-off-by: Gábor Stefanik <netrolller.3d@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/b43/main.c

index 2852cacfa66b3cf22d9c5b5946ccde211ebdcb4b..ae05f66711492694c8ee6ab19f37750371a49944 100644 (file)
@@ -91,7 +91,7 @@ MODULE_PARM_DESC(qos, "Enable QOS support (default on)");
 
 static int modparam_btcoex = 1;
 module_param_named(btcoex, modparam_btcoex, int, 0444);
-MODULE_PARM_DESC(btcoex, "Enable Bluetooth coexistance (default on)");
+MODULE_PARM_DESC(btcoex, "Enable Bluetooth coexistence (default on)");
 
 int b43_modparam_verbose = B43_VERBOSITY_DEFAULT;
 module_param_named(verbose, b43_modparam_verbose, int, 0644);