Hi all. I ran into what looks like a missing newline in a printk eexpress.c. I emailed the maintainer but got no acknowledgement, so I'm posting it here. -Daz. --- linux/drivers/net/eexpress.c.orig Wed Mar 7 22:19:20 2001 +++ linux/drivers/net/eexpress.c Wed Mar 7 22:19:39 2001 @@ -592,7 +592,7 @@ status = scb_status(dev); unstick_cu(dev); - printk(KERN_INFO "%s: transmit timed out, %s?", dev->name, + printk(KERN_INFO "%s: transmit timed out, %s?\n", dev->name, (SCB_complete(status)?"lost interrupt": "board on fire")); lp->stats.tx_errors++; - : send the line "unsubscribe linux-net" in the body of a message to majordomo@vger.kernel.org