Linux virtualization list
 help / color / mirror / Atom feed
* [PATCH 0/25] Replace DEFINE_PCI_DEVICE_TABLE macro use
@ 2014-07-18 15:26 Benoit Taine
  0 siblings, 0 replies; 13+ messages in thread
From: Benoit Taine @ 2014-07-18 15:26 UTC (permalink / raw)
  To: linux-pci
  Cc: linux-mips, linux-fbdev, linux-mmc, dri-devel, linux-kernel,
	benoit.taine, ath5k-devel, linux-acenic, linux-scsi, linux-rdma,
	ath10k, linux-hippi, industrypack-devel, xen-devel,
	MPT-FusionLinux.pdl, virtualization, ath9k-devel, wil6210,
	linux-pcmcia, linux-can, platform-driver-x86, netdev,
	linux-wireless, users, e1000-devel, linux-crypto, devel

We should prefer `const struct pci_device_id` over
`DEFINE_PCI_DEVICE_TABLE` to meet kernel coding style guidelines.
This issue was reported by checkpatch.

A simplified version of the semantic patch that makes this change is as
follows (http://coccinelle.lip6.fr/):

// <smpl>

@@
identifier i;
declarer name DEFINE_PCI_DEVICE_TABLE;
initializer z;
@@

- DEFINE_PCI_DEVICE_TABLE(i)
+ const struct pci_device_id i[]
= z;

// </smpl>

I have 103 patches ready, and will only send a few for you to judge if
it is useful enough, and to prevent from spamming too much.

Thanks.

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2014-07-22 17:12 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1405697232-11785-1-git-send-email-benoit.taine@lip6.fr>
2014-07-18 15:27 ` [PATCH 23/25] virtio: Replace DEFINE_PCI_DEVICE_TABLE macro use Benoit Taine
2014-07-18 16:22 ` [PATCH 0/25] " John W. Linville
     [not found] ` <1405700934.605.31.camel@jarvis.lan>
2014-07-18 16:33   ` Keller, Jacob E
     [not found] ` <20140718162213.GC31114@tuxdriver.com>
2014-07-18 16:43   ` Greg KH
2014-07-18 18:05     ` Joe Perches
     [not found]     ` <1405702472.30262.1.camel@dabdike.int.hansenpartnership.com>
2014-07-18 18:17       ` Greg KH
     [not found]       ` <20140718181759.GB2193@kroah.com>
2014-07-18 21:14         ` Dave Airlie
2014-07-18 21:27           ` Greg KH
     [not found]         ` <1405709421.30262.8.camel@dabdike.int.hansenpartnership.com>
2014-07-21 23:16           ` Bjorn Helgaas
2014-07-22 17:12             ` Benoit Taine
     [not found] ` <1405697232-11785-24-git-send-email-benoit.taine@lip6.fr>
2014-07-21  1:22   ` [PATCH 23/25] virtio: " Rusty Russell
2014-07-21  4:18 ` [PATCH 0/25] " David Miller
2014-07-18 15:26 Benoit Taine

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox