git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5885e48
)
virtio: Replace DEFINE_PCI_DEVICE_TABLE macro use
author
Benoit Taine
<benoit.taine@lip6.fr>
Sat, 26 Jul 2014 22:01:01 +0000
(07:31 +0930)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Sun, 27 Jul 2014 11:37:15 +0000
(21:07 +0930)
We should prefer `struct pci_device_id` over `DEFINE_PCI_DEVICE_TABLE` to meet
kernel coding style guidelines. This issue was reported by checkpatch.
Signed-off-by: Benoit Taine <benoit.taine@lip6.fr>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
No differences found