Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Apr 2009 13:35:54 +0000 (UTC)
From:      Stanislav Sedov <stas@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r190670 - head/sys/dev/pci
Message-ID:  <200904031335.n33DZsrl023865@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904031335.n33DZsrl023865>