Minor output fix.

This commit is contained in:
Florian Pose 2006-08-04 15:37:46 +00:00
parent 337d7f763b
commit 8a6172d8f2
1 changed files with 1 additions and 1 deletions

View File

@ -755,7 +755,7 @@ ssize_t ec_master_info(ec_master_t *master, /**< EtherCAT master */
min, sum / HZ, (sum * 100 / HZ) % 100, max);
if (!list_empty(&master->eoe_handlers))
off += sprintf(buffer + off, "\nEoE Statistics (RX/TX) [bps]:");
off += sprintf(buffer + off, "\nEoE Statistics (RX/TX) [bps]:\n");
list_for_each_entry(eoe, &master->eoe_handlers, list) {
off += sprintf(buffer + off, " %s: %u / %u\n",
eoe->dev->name, eoe->rx_rate, eoe->tx_rate);