linux_dsm_epyc7002/drivers/net/wireless/rtlwifi/rtl8723be
Benoit Taine 9baa3c34ac PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
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>
2014-08-12 12:15:14 -06:00
..
def.h
dm.c rtlwifi: Remove casts of pointer to same type 2014-03-27 14:20:05 -04:00
dm.h
fw.c rtlwifi: rtl8723be: Fix smatch warnings 2014-03-06 14:29:57 -05:00
fw.h
hw.c rtlwifi/rtl8723be: Replace magic number by macro 2014-06-25 15:40:35 -04:00
hw.h rtlwifi: remove unused allow_all_destaddr functions 2014-05-19 16:42:14 -04:00
led.c
led.h
Makefile rtlwifi: Move common routines to core 2014-03-06 14:29:56 -05:00
phy.c rtlwifi: rtl8723be: Fix array dimension problems 2014-03-13 14:05:40 -04:00
phy.h
pwrseq.c
pwrseq.h rtlwifi: Move common routines to core 2014-03-06 14:29:56 -05:00
pwrseqcmd.c rtlwifi: rtl8723be: remove unnecessary break after return 2014-07-20 21:29:50 -07:00
pwrseqcmd.h
reg.h rtlwifi/rtl8723be: Replace magic number by macro 2014-06-25 15:40:35 -04:00
rf.c
rf.h
sw.c PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use 2014-08-12 12:15:14 -06:00
sw.h
table.c
table.h
trx.c rtlwifi: rtl8723be: Remove duplicate inclusion of phy.h 2014-05-29 13:10:38 -04:00
trx.h