Skip to content

Commit d3c6e26

Browse files
committed
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 <[email protected]>
1 parent ac9a786 commit d3c6e26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/pci_ids.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* PCI Class, Vendor and Device IDs
44
*
5-
* Please keep sorted.
5+
* Please keep sorted by numeric Vendor ID and Device ID.
66
*
77
* Do not add new entries to this file unless the definitions
88
* are shared between multiple drivers.

0 commit comments

Comments
 (0)