[Patch] eexpress printk missing newline

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [Netdev]     [Ethernet Bridging]     [Linux 802.1Q VLAN]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Git]     [Bugtraq]     [Yosemite News and Information]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux PCI]     [Linux Admin]     [Samba]

  Powered by Linux