summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/pci.c
diff options
context:
space:
mode:
authorstas <stas@FreeBSD.org>2009-04-03 13:35:54 +0000
committerstas <stas@FreeBSD.org>2009-04-03 13:35:54 +0000
commitfc57d2304cd44754bbc7ea651ea68ed2be68285e (patch)
treee368fa955a9625c66f74f89ab237522e89659dd9 /sys/dev/pci/pci.c
parentfe4ba0b7543c128972c10ca179fc9f1b58baf5d0 (diff)
downloadFreeBSD-src-fc57d2304cd44754bbc7ea651ea68ed2be68285e.zip
FreeBSD-src-fc57d2304cd44754bbc7ea651ea68ed2be68285e.tar.gz
- Fix spacing in the comment.
Reported by: jhb
Diffstat (limited to 'sys/dev/pci/pci.c')
-rw-r--r--sys/dev/pci/pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c
index 85b49da..ad6220f 100644
--- a/sys/dev/pci/pci.c
+++ b/sys/dev/pci/pci.c
@@ -1033,7 +1033,7 @@ pci_get_vpd_readonly_method(device_t dev, device_t child, const char *kw,
* Find the requested extended capability and return the offset in
* configuration space via the pointer provided. The function returns
* 0 on success and error code otherwise.
-*/
+ */
int
pci_find_extcap_method(device_t dev, device_t child, int capability,
int *capreg)
OpenPOWER on IntegriCloud