svn commit: r190670 - head/sys/dev/pci

Stanislav Sedov stas at FreeBSD.org
Fri Apr 3 06:35:55 PDT 2009


Author: stas
Date: Fri Apr  3 13:35:54 2009
New Revision: 190670
URL: http://svn.freebsd.org/changeset/base/190670

Log:
  - Fix spacing in the comment.
  
  Reported by:	jhb

Modified:
  head/sys/dev/pci/pci.c

Modified: head/sys/dev/pci/pci.c
==============================================================================
--- head/sys/dev/pci/pci.c	Fri Apr  3 10:38:24 2009	(r190669)
+++ head/sys/dev/pci/pci.c	Fri Apr  3 13:35:54 2009	(r190670)
@@ -1033,7 +1033,7 @@ pci_get_vpd_readonly_method(device_t dev
  * 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)


More information about the svn-src-head mailing list