[PATCH] Changed whitespaces in comedi/*.c to tabs where necessary. All .c files within comedi now have no obvious style problems as reported by checkpatch.pl

Dan Carpenter dan.carpenter at oracle.com
Tue Dec 13 17:58:33 UTC 2011


The subject is too long.  Maybe you didn't leave a blank line before
the title line and the patch description in your changlog entry.

This doesn't apply to linux-next.

> @@ -2484,7 +2484,7 @@ static ssize_t store_max_read_buffer_kb(struct device *dev,
>  	int ret;
>  	struct comedi_subdevice *const read_subdevice =
>  	    comedi_get_read_subdevice(info);
> - 
> +

It's this whitespace change here that doesn't work.  It was your
recent patch which would have introduced this, but Greg fixed your
patch before applying it.  Speaking of Greg, don't forget to CC him
on staging patches.

>  	ret = kstrtouint(buf, 10, &new_max_size_kb);
>  	if (ret)
>  		return ret;

regards,
dan carpenter

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://driverdev.linuxdriverproject.org/pipermail/driverdev-devel/attachments/20111213/ac0ab866/attachment.asc>


More information about the devel mailing list