wctc4xxp: Remove trailing whitespace.

Signed-off-by: Shaun Ruffell <sruffell@digium.com>
Acked-by: Kinsey Moore <kmoore@digium.com>
Acked-by: Russ Meyerriecks <rmeyerriecks@digium.com>

git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@9439 a0bf4364-ded3-4de4-8d8a-66a801d63aff
This commit is contained in:
Shaun Ruffell
2010-10-20 12:22:57 +00:00
parent 615c6b6800
commit 9dc983cc0d

View File

@@ -1912,10 +1912,10 @@ wctc4xxp_operation_release(struct dahdi_transcoder_channel *dtc)
packets_received = atomic_read(&cpvt->stats.packets_received);
packets_sent = atomic_read(&cpvt->stats.packets_sent);
if ((packets_sent - packets_received) > 5) {
DTE_DEBUG(DTE_DEBUG_GENERAL, "%s channel %d sent %d packets "
"and received %d packets.\n", (cpvt->encoder) ?
DTE_DEBUG(DTE_DEBUG_GENERAL, "%s channel %d sent %d packets "
"and received %d packets.\n", (cpvt->encoder) ?
"encoder" : "decoder", cpvt->chan_out_num,
packets_sent, packets_received);
}