Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Nov 2022 20:12:05 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: e59fa9b2e730 - main - newbus: Comment style nit
Message-ID:  <202211292012.2ATKC5lw069748@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=e59fa9b2e7306e1ddc73e58628c3b64cf915e3ae

commit e59fa9b2e7306e1ddc73e58628c3b64cf915e3ae
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2022-11-29 20:04:39 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2022-11-29 20:11:24 +0000

    newbus: Comment style nit
    
    Sponsored by:           Netflix
---
 sys/kern/subr_bus.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sys/kern/subr_bus.c b/sys/kern/subr_bus.c
index 2fcf650b0289..a17d669f87ee 100644
--- a/sys/kern/subr_bus.c
+++ b/sys/kern/subr_bus.c
@@ -2542,7 +2542,8 @@ device_attach(device_t dev)
 		return (error);
 	}
 	dev->flags |= DF_ATTACHED_ONCE;
-	/* We only need the low bits of this time, but ranges from tens to thousands
+	/*
+	 * We only need the low bits of this time, but ranges from tens to thousands
 	 * have been seen, so keep 2 bytes' worth.
 	 */
 	attachentropy = (uint16_t)(get_cyclecount() - attachtime);



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