aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/pci_ids.h
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2023-04-18 16:13:00 -0500
committerBjorn Helgaas <bhelgaas@google.com>2023-05-31 12:26:46 -0500
commitd3c6e265681285e046e0725dcbf5465482371e62 (patch)
treee64d09b4d4b5cc10915cc45c3e0cd4dfefbbd7b6 /include/linux/pci_ids.h
parentac9a78681b921877518763ba0e89202254349d1b (diff)
downloadlinux-d3c6e265681285e046e0725dcbf5465482371e62.tar.gz
PCI: Expand comment about sorting pci_ids.h entries
Clarify the request to sort Vendor ID and Device ID entries by numeric value, not alphabetically. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
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 45c3d62e616d8..4d2001b86e6b1 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.