[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20110201053306.GG20606@bicker>
Date: Tue, 1 Feb 2011 08:33:06 +0300
From: Dan Carpenter <error27@...il.com>
To: Timo von Holtz <tvh@...ormatik.uni-kiel.de>
Cc: gregkh@...e.de, shemminger@...tta.com, arnd@...db.de,
jj@...osbits.net, joe@...ches.com, eric.dumazet@...il.com,
devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] Staging: bcm: fixed coding style issues
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists