summaryrefslogtreecommitdiff
path: root/xivovp/base.c
diff options
context:
space:
mode:
authorGuillaume Knispel <gknispel@proformatique.com>2010-10-18 01:09:05 +0200
committerGuillaume Knispel <gknispel@proformatique.com>2010-10-18 01:09:05 +0200
commit31cbb46bedd07bf0c916a149013383b28588c705 (patch)
treee739b5a6b57d1357ade53a9bb7f6eac37d02449e /xivovp/base.c
parentf2a9b3c28434b627663a78114d4200e318489b61 (diff)
fix modinfo desc of traces_vanish param
Diffstat (limited to 'xivovp/base.c')
-rw-r--r--xivovp/base.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/xivovp/base.c b/xivovp/base.c
index d0c9fe6..e70dc29 100644
--- a/xivovp/base.c
+++ b/xivovp/base.c
@@ -31,9 +31,10 @@ static int alawoverride = 1; /* It's named like that in every DAHDI driver
module_param(traces_vanish, int, 0444);
module_param(alawoverride, int, 0600);
MODULE_PARM_DESC(traces_vanish,
- "number of " __stringify(TICK_MS) "ms ticks after device init complete "
- "event at which point VP-API II Lite traces will be reduced to only "
- "ERROR/WARNING/INFO (default: " __stringify(TRACES_VANISH_DEFAULT) ")");
+ "number of " __stringify(VP_TICK_MS) "ms ticks after device init "
+ "complete event at which point VP-API II Lite traces will be reduced "
+ "to only ERROR/WARNING/INFO (default: "
+ __stringify(TRACES_VANISH_DEFAULT) ")");
#define NB_LINES 2