summaryrefslogtreecommitdiff
path: root/wct4xxp
diff options
context:
space:
mode:
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 66a7265..13d8562 100644
--- a/wct4xxp/base.c
+++ b/wct4xxp/base.c
@@ -2870,7 +2870,7 @@ static void t4_vpm400_init(struct t4 *wc)
printk("VPM400: hardware DTMF enabled.\n");
vpmdtmfsupport = 1;
}
- printk("VPM400%s: Present and operational servicing %d span(s)\n", (gen2vpm ? "(2nd Gen)" : ""), wc->numspans);
+ printk("VPM400%s: Present and operational servicing %d span(s)\n", (gen2vpm ? " (2nd Gen)" : ""), wc->numspans);
wc->vpm = T4_VPM_PRESENT;
}