mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-15 15:04:27 +08:00
9baa3c34ac
We should prefer `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> [bhelgaas: add semantic patch] Signed-off-by: Benoit Taine <benoit.taine@lip6.fr> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> |
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
usnic_abi.h | ||
usnic_common_pkt_hdr.h | ||
usnic_common_util.h | ||
usnic_debugfs.c | ||
usnic_debugfs.h | ||
usnic_fwd.c | ||
usnic_fwd.h | ||
usnic_ib_main.c | ||
usnic_ib_qp_grp.c | ||
usnic_ib_qp_grp.h | ||
usnic_ib_sysfs.c | ||
usnic_ib_sysfs.h | ||
usnic_ib_verbs.c | ||
usnic_ib_verbs.h | ||
usnic_ib.h | ||
usnic_log.h | ||
usnic_transport.c | ||
usnic_transport.h | ||
usnic_uiom_interval_tree.c | ||
usnic_uiom_interval_tree.h | ||
usnic_uiom.c | ||
usnic_uiom.h | ||
usnic_vnic.c | ||
usnic_vnic.h | ||
usnic.h |