From fc57d2304cd44754bbc7ea651ea68ed2be68285e Mon Sep 17 00:00:00 2001 From: stas Date: Fri, 3 Apr 2009 13:35:54 +0000 Subject: - Fix spacing in the comment. Reported by: jhb --- sys/dev/pci/pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/pci/pci.c') 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) -- cgit v1.1