summaryrefslogtreecommitdiff
path: root/drivers/dahdi/wctdm24xxp
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2010-09-01 15:46:25 +0000
committerShaun Ruffell <sruffell@digium.com>2010-09-01 15:46:25 +0000
commit16c16be1d861d60496629cade6ad214440c29ee6 (patch)
tree85d765d70cae833391ce29c3aec9de2b629bf11a /drivers/dahdi/wctdm24xxp
parent44f4a8a4dca0d42583fd7d065dcd54f1a3fb5ba5 (diff)
wctdm24xxp: Minor spacing change on module parameter descriptions.
Primarily to add a space between 'use' and 'the' in the alawoverride description. Signed-off-by: Shaun Ruffell <sruffell@digium.com> git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@9245 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/wctdm24xxp')
-rw-r--r--drivers/dahdi/wctdm24xxp/base.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/drivers/dahdi/wctdm24xxp/base.c b/drivers/dahdi/wctdm24xxp/base.c
index 59c667f..fe44633 100644
--- a/drivers/dahdi/wctdm24xxp/base.c
+++ b/drivers/dahdi/wctdm24xxp/base.c
@@ -5368,13 +5368,14 @@ module_param(forceload, int, 0600);
MODULE_PARM_DESC(forceload, "Set to 1 in order to force an FPGA reload after power on (currently only for HA8/HB8 cards).");
module_param(alawoverride, int, 0400);
-MODULE_PARM_DESC(alawoverride, "This option has been deprecated. Please use"\
+MODULE_PARM_DESC(alawoverride, "This option has been deprecated. Please use "\
"the parameter \"companding\" instead");
module_param(companding, charp, 0400);
-MODULE_PARM_DESC(companding, "Change the companding to \"auto\" or \"alaw\" or"\
- " \"ulaw\". Auto (default) will set everything to ulaw unless"\
- " a BRI module is installed. It will use alaw in that case");
+MODULE_PARM_DESC(companding, "Change the companding to \"auto\" or \"alaw\" " \
+ "or \"ulaw\". Auto (default) will set everything to ulaw " \
+ "unless a BRI module is installed. It will use alaw in that "
+ "case.");
MODULE_DESCRIPTION("VoiceBus Driver for Wildcard Analog and Hybrid Cards");
MODULE_AUTHOR("Digium Incorporated <support@digium.com>");