[zaptel-commits] kpfleming: branch 1.4 r3329 - /branches/1.4/wct4xxp/base.c
SVN commits to the Zaptel project
zaptel-commits at lists.digium.com
Thu Dec 6 13:54:07 CST 2007
Author: kpfleming
Date: Thu Dec 6 13:54:06 2007
New Revision: 3329
URL: http://svn.digium.com/view/zaptel?view=rev&rev=3329
Log:
minor formatting changes
Modified:
branches/1.4/wct4xxp/base.c
Modified: branches/1.4/wct4xxp/base.c
URL: http://svn.digium.com/view/zaptel/branches/1.4/wct4xxp/base.c?view=diff&rev=3329&r1=3328&r2=3329
==============================================================================
--- branches/1.4/wct4xxp/base.c (original)
+++ branches/1.4/wct4xxp/base.c Thu Dec 6 13:54:06 2007
@@ -1545,7 +1545,7 @@
snprintf(ts->span.devicetype, sizeof(ts->span.devicetype) - 1, "%s%s", wc->variety,
(wc->vpm != T4_VPM_PRESENT) ? "" : (wc->vpm450m) ? " with VPM450M" : "with VPM400M");
snprintf(ts->span.location, sizeof(ts->span.location) - 1,
- "PCI%sBus %02d Slot %02d", ts->spanflags & FLAG_EXPRESS ? " Express" : " ",
+ "PCI%s Bus %02d Slot %02d", (ts->spanflags & FLAG_EXPRESS) ? " Express" : " ",
wc->dev->bus->number, PCI_SLOT(wc->dev->devfn) + 1);
switch (ts->spantype) {
case TYPE_T1:
More information about the zaptel-commits
mailing list