Re: [PATCH] MacBook Pro touchpad support

From: Greg KH
Date: Wed Apr 19 2006 - 15:52:18 EST


On Wed, Apr 19, 2006 at 01:33:52PM +0200, Nicolas Boichat wrote:
> - dprintk("appletouch: incomplete data package.\n");
> + dprintk("appletouch: incomplete data package (first byte: %d, length: %d).\n", dev->data[0], dev->urb->actual_length);

This line is a bit long, please fix things to follow the kernel coding
style to fit within 80 columns.

thanks,

greg k-h
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/