PCI: Expand comment about sorting pci_ids.h entries
authorBjorn Helgaas <bhelgaas@google.com>
Tue, 18 Apr 2023 21:13:00 +0000 (16:13 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 31 May 2023 17:26:46 +0000 (12:26 -0500)
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

index 45c3d62e616d858a2532b80d58a4574dcfc4a4f2..4d2001b86e6b1f753cfbe87c89801b4d2a1eff09 100644 (file)
@@ -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.