summaryrefslogtreecommitdiff
path: root/drivers/dahdi/xpp/card_pri.c
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2008-06-25 08:44:17 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2008-06-25 08:44:17 +0000
commitc7f232eaa52b4338875681b760f2154b4b25d143 (patch)
treedfe1ce33b0e69ba1973702f9fb4f4fdd0dd61722 /drivers/dahdi/xpp/card_pri.c
parent235e35d99eea9815d1580efa314e0d884caf0ce6 (diff)
String fixes: dahdi.conf -> /etc/dahdi/system.conf .
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@4458 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/xpp/card_pri.c')
-rw-r--r--drivers/dahdi/xpp/card_pri.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/dahdi/xpp/card_pri.c b/drivers/dahdi/xpp/card_pri.c
index e1670a0..509d83e 100644
--- a/drivers/dahdi/xpp/card_pri.c
+++ b/drivers/dahdi/xpp/card_pri.c
@@ -567,7 +567,7 @@ static void set_clocking(xpd_t *xpd)
}
/*
- * Normally set by the timing parameter in dahdi.conf
+ * Normally set by the timing parameter in /etc/dahdi/system.conf
* If this is called by ztcfg, than it's too late to change
* dahdi sync priority (we are already registered)
* There are two workarounds to mitigate this problem:
@@ -779,7 +779,7 @@ bad_lineconfig:
}
/*
- * Called only for 'span' keyword in /etc/dahdi.conf
+ * Called only for 'span' keyword in /etc/dahdi/system.conf
*/
static int pri_spanconfig(struct dahdi_span *span, struct dahdi_lineconfig *lc)
@@ -1124,7 +1124,7 @@ static int PRI_card_close(xpd_t *xpd, lineno_t pos)
}
/*
- * Called only for 'span' keyword in /etc/dahdi.conf
+ * Called only for 'span' keyword in /etc/dahdi/system.conf
*/
static int pri_startup(struct dahdi_span *span)
{
@@ -1145,7 +1145,7 @@ static int pri_startup(struct dahdi_span *span)
}
/*
- * Called only for 'span' keyword in /etc/dahdi.conf
+ * Called only for 'span' keyword in /etc/dahdi/system.conf
*/
static int pri_shutdown(struct dahdi_span *span)
{