summaryrefslogtreecommitdiff
path: root/wct4xxp
diff options
context:
space:
mode:
authorkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-12-06 19:54:06 +0000
committerkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-12-06 19:54:06 +0000
commita4d177fa6d89c5cd8cb9ef2339302a6d0a860d3f (patch)
tree0c8059310f7128a847aa99dbc509856d7a289802 /wct4xxp
parent1f7894d88a2d03156ec3c0f118d47cf025758d2f (diff)
minor formatting changes
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3329 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wct4xxp')
-rw-r--r--wct4xxp/base.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wct4xxp/base.c b/wct4xxp/base.c
index fdf7a15..9f0a3f1 100644
--- a/wct4xxp/base.c
+++ b/wct4xxp/base.c
@@ -1545,7 +1545,7 @@ static void init_spans(struct t4 *wc)
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: