ac100 team mailing list archive
-
ac100 team
-
Mailing list archive
-
Message #00070
Re: [PATCH] staging: nvec: coding style fixes / add copyright notice
On Sun, 2011-07-24 at 21:56 +0200, Marc Dietrich wrote:
> This patch fixes coding style and adds copyright notices.
More trivia:
> @@ -49,47 +59,45 @@ static int ps2_sendcommand(struct serio *ser_dev, unsigned char cmd)
[]
> + else if (msg[1] != 2) { /* !ack */
> + printk("nvec_ps2: unhandled mouse event ");
> + for (i = 0; i <= (msg[1] + 1); i++)
> + printk("%02x ", msg[i]);
> + printk(".\n");
print_hex_dump(KERN_ERR, "unhandled mouse event: ",
DUMP_PREFIX_NONE, 16, 1,
msg, msg[1] + 2, true);
Follow ups
References