[EMAIL PROTECTED] <[EMAIL PROTECTED]> :
[...]
> @@ -202,6 +202,7 @@
> b = *buf++;
> printk("%02x%02x ", a, b);
> }
> + if (remainder & 1) printk("%02x", *buf);printk should be on the next line. -- Ueimor - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
