diff mbox series

PCI: Expand comment about sorting pci_ids.h entries

Message ID 20230606155310.1125996-1-helgaas@kernel.org
State New
Headers show
Series PCI: Expand comment about sorting pci_ids.h entries | expand

Commit Message

Bjorn Helgaas June 6, 2023, 3:53 p.m. UTC
From: Bjorn Helgaas <bhelgaas@google.com>

Clarify the request to sort Vendor ID and Device ID entries by numeric
value, not alphabetically.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
---
 include/linux/pci_ids.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h
index 45c3d62e616d..4d2001b86e6b 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.