lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ