aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/pci_ids.h
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2023-06-26 12:59:57 -0500
committerBjorn Helgaas <bhelgaas@google.com>2023-06-26 12:59:57 -0500
commit30fec3b884589b6cd9f441c139220c5eb2ed55d3 (patch)
tree691d821c8d46f22eb531c7f7e9e9db5b0fd9c3de /include/linux/pci_ids.h
parentMerge branch 'pci/virtualization' (diff)
parentDocumentation: PCI: correct spelling (diff)
downloadwireguard-linux-30fec3b884589b6cd9f441c139220c5eb2ed55d3.tar.xz
wireguard-linux-30fec3b884589b6cd9f441c139220c5eb2ed55d3.zip
Merge branch 'pci/misc'
- Add pci_clear_master() stub for non-CONFIG_PCI (Sui Jingfeng) - Correct documentation typos (Randy Dunlap) * pci/misc: Documentation: PCI: correct spelling PCI: Add pci_clear_master() stub for non-CONFIG_PCI PCI: Expand comment about sorting pci_ids.h entries
Diffstat (limited to 'include/linux/pci_ids.h')
-rw-r--r--include/linux/pci_ids.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h
index 20c3403a62cd..a059134d3fe3 100644
--- a/include/linux/pci_ids.h
+++ b/include/linux/pci_ids.h
@@ -2,7 +2,7 @@
/*
* PCI Class, Vendor and Device IDs
*
- * Please keep sorted.
+ * Please keep sorted by numeric Vendor ID and Device ID.
*
* Do not add new entries to this file unless the definitions
* are shared between multiple drivers.