Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 May 2016 16:25:34 +0000 (UTC)
From:      Ravi Pokala <rpokala@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r300158 - head/sys/kern
Message-ID:  <201605181625.u4IGPYcC043226@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rpokala
Date: Wed May 18 16:25:34 2016
New Revision: 300158
URL: https://svnweb.freebsd.org/changeset/base/300158

Log:
  Fix misleading comments in bus_if.m
  
  While looking at r300073, I noticed these incorrect comments in the context
  of the diff.
  
  Reviewed by:	imp, jhb
  Differential Revision:	https://reviews.freebsd.org/D6431

Modified:
  head/sys/kern/bus_if.m

Modified: head/sys/kern/bus_if.m
==============================================================================
--- head/sys/kern/bus_if.m	Wed May 18 16:15:09 2016	(r300157)
+++ head/sys/kern/bus_if.m	Wed May 18 16:25:34 2016	(r300158)
@@ -530,8 +530,8 @@ METHOD int child_present {
 /**
  * @brief Returns the pnp info for this device.
  *
- * Return it as a string.  If the string is insufficient for the
- * storage, then return EOVERFLOW.
+ * Return it as a string.  If the storage is insufficient for the
+ * string, then return EOVERFLOW.
  *
  * The string must be formatted as a space-separated list of
  * name=value pairs.  Names may only contain alphanumeric characters,
@@ -556,8 +556,8 @@ METHOD int child_pnpinfo_str {
 /**
  * @brief Returns the location for this device.
  *
- * Return it as a string.  If the string is insufficient for the
- * storage, then return EOVERFLOW.
+ * Return it as a string.  If the storage is insufficient for the
+ * string, then return EOVERFLOW.
  *
  * The string must be formatted as a space-separated list of
  * name=value pairs.  Names may only contain alphanumeric characters,



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