[PATCH 1/2] staging: easycap: Clean comment style in easycap_usb_probe()
Dan Carpenter
dan.carpenter at oracle.com
Sat Feb 18 12:51:22 PST 2012
The first line of the comment here should be a blank line.
/*
* blah blah blah
* blah blah blah
*/
> + /* A new struct easycap is always allocated when interface 0 is probed.
> + * It is not possible here to free any existing struct easycap.
> + * This should have been done by easycap_delete() when the device was
> + * physically unplugged.
> + * The allocated struct easycap is saved for later usage when
> + * interfaces 1 and 2 are probed.
> + */
^
Could you make this asterisk line up with the others?
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/devel/attachments/20120218/33573d20/attachment.asc>
More information about the devel
mailing list