From 2e426bc5798a371af9dd2b5e14764914edeba60b Mon Sep 17 00:00:00 2001 From: Shaun Ruffell Date: Wed, 1 Sep 2010 15:46:25 +0000 Subject: 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 git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@9245 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- drivers/dahdi/wctdm24xxp/base.c | 9 +++++---- 1 file 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 "); -- cgit v1.2.3