From: Bjorn Helgaas Date: Tue, 18 Apr 2023 21:13:00 +0000 (-0500) Subject: PCI: Expand comment about sorting pci_ids.h entries X-Git-Tag: 6.5-rc-smb3-client-fixes-part2~11^2~10^2~2 X-Git-Url: http://git.samba.org/samba.git/?a=commitdiff_plain;h=d3c6e265681285e046e0725dcbf5465482371e62;p=sfrench%2Fcifs-2.6.git 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 --- 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.