2.0.35/drivers/net/pcnet32.c: missing '\n'

Ulrich Windl (wiu09524@pc3103.klinik.uni-regensburg.de)
Thu, 8 Oct 1998 15:41:15 +0200 (CEST)


Hello, a short notification:

The code in pcnet32.c lacks a '\n' after the hardware address....

printk("%s: %s at %#3x,", dev->name, chipname, ioaddr);

/* There is a 16 byte station address PROM at the base address.
The first six bytes are the station address. */
for (i = 0; i < 6; i++)
printk(" %2.2x", dev->dev_addr[i] = inb(ioaddr + i));

Regards,
Ulrich

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/