git: e59fa9b2e730 - main - newbus: Comment style nit
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 29 Nov 2022 20:12:05 UTC
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);