From 197bdf24748b03eff9710998b9023376a40971e7 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Wed, 20 Mar 2024 21:53:05 -0400 Subject: kernel: pci: Fix comment Signed-off-by: Ian Moffett --- sys/dev/pci/pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c index 6f27200..f681431 100644 --- a/sys/dev/pci/pci.c +++ b/sys/dev/pci/pci.c @@ -193,7 +193,7 @@ pci_get_device(struct pci_lookup lookup, uint16_t lookup_type) } if (__TEST(lookup_type, PCI_SUBCLASS)) { - /* Check PCI class */ + /* Check PCI subclass */ if (lookup.pci_subclass == dev->pci_subclass) lookup_matches |= PCI_SUBCLASS; } -- cgit v1.2.3