diff options
author | Frans Pop <elendil@planet.nl> | 2010-03-24 07:57:36 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-03-24 14:10:38 -0700 |
commit | 2381a55c88453d3f29fe62d235579a05fc20b7b3 (patch) | |
tree | b962ee6d3f5260622504433ef6a485703d3da8dd /drivers/net/wimax/i2400m/tx.c | |
parent | d6dbee861386cd3f4cee62bcf28597e63e251e0c (diff) |
net/various: remove trailing space in messages
Signed-off-by: Frans Pop <elendil@planet.nl>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/wimax/i2400m/tx.c')
-rw-r--r-- | drivers/net/wimax/i2400m/tx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wimax/i2400m/tx.c b/drivers/net/wimax/i2400m/tx.c index 54480e8947f..38f9c921f3e 100644 --- a/drivers/net/wimax/i2400m/tx.c +++ b/drivers/net/wimax/i2400m/tx.c @@ -688,7 +688,7 @@ try_new: pl_type, buf_len); tx_msg->num_pls = le16_to_cpu(num_pls+1); tx_msg->size += padded_len; - d_printf(2, dev, "TX: appended %zu b (up to %u b) pl #%u \n", + d_printf(2, dev, "TX: appended %zu b (up to %u b) pl #%u\n", padded_len, tx_msg->size, num_pls+1); d_printf(2, dev, "TX: appended hdr @%zu %zu b pl #%u @%zu %zu/%zu b\n", |