From 82bf1caf5f93cd04c43b24a0bd9805b4fac1074a Mon Sep 17 00:00:00 2001 From: Jerin Jacob Date: Sun, 12 Nov 2017 13:26:58 +0530 Subject: [PATCH 1/1] bus/pci: fix a typo in doxygen file description Fixes: 764bf26873b9 ("add FreeBSD support") Signed-off-by: Jerin Jacob --- drivers/bus/pci/bsd/pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/bus/pci/bsd/pci.c b/drivers/bus/pci/bsd/pci.c index facc4b12b9..b8e217849a 100644 --- a/drivers/bus/pci/bsd/pci.c +++ b/drivers/bus/pci/bsd/pci.c @@ -75,7 +75,7 @@ /** * @file - * PCI probing under linux + * PCI probing under BSD * * This code is used to simulate a PCI probe by parsing information in * sysfs. Moreover, when a registered driver matches a device, the -- 2.20.1