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>] [<thread-prev] [day] [month] [year] [list]
Date:	Mon, 28 Nov 2011 23:49:35 +1100 (EST)
From:	Finn Thain <fthain@...egraphics.com.au>
To:	Axel Lin <axel.lin@...il.com>
cc:	linux-kernel@...r.kernel.org,
	Thomas Bogendoerfer <tsbogend@...ha.franken.de>,
	"David S. Miller" <davem@...emloft.net>,
	Ralf Baechle <ralf@...ux-mips.org>,
	"James E.J. Bottomley" <JBottomley@...allels.com>,
	linux-scsi@...r.kernel.org
Subject: Re: [PATCH] scsi: convert drivers/scsi/* to use
 module_platform_driver()


On Sat, 26 Nov 2011, Axel Lin wrote:

> This patch converts the drivers in drivers/scsi/* to use the
> module_platform_driver() macro which makes the code smaller and a bit
> simpler.
...
>  
> -static int __init jazz_esp_init(void)
...
> +module_platform_driver(esp_jazz_driver);

Doesn't this transform "jazz_esp_init" into "jazz_esp_driver_init"?

If that's the convention, it seems odd that the module_platform_driver 
macro doesn't do it...

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