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
This commit is contained in:
parent
bf3fe05dfb
commit
19f25f79b4
@ -5372,9 +5372,10 @@ 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>");
|
||||
|
Loading…
Reference in New Issue
Block a user