net/various: remove trailing space in messages
Signed-off-by: Frans Pop <elendil@planet.nl> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
d6dbee8613
commit
2381a55c88
@ -3666,7 +3666,7 @@ static int skge_debug_show(struct seq_file *seq, void *v)
|
||||
t->csum_offs, t->csum_write, t->csum_start);
|
||||
}
|
||||
|
||||
seq_printf(seq, "\nRx Ring: \n");
|
||||
seq_printf(seq, "\nRx Ring:\n");
|
||||
for (e = skge->rx_ring.to_clean; ; e = e->next) {
|
||||
const struct skge_rx_desc *r = e->desc;
|
||||
|
||||
|
Reference in New Issue
Block a user