Re: [PATCH] Staging: bcm: fixed coding style issues

From: Dan Carpenter
Date: Tue Feb 01 2011 - 00:33:49 EST


On Tue, Feb 01, 2011 at 02:50:24AM +0100, Timo von Holtz wrote:
> static struct file_operations bcm_fops = {
> .owner = THIS_MODULE,
> - .open = bcm_char_open,
> + .open = bcm_char_open,,
^^
Only one comma needed.

> .release = bcm_char_release,
> .read = bcm_char_read,

regards,
dan carpenter


--
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/