newbus: Comment style nit

Sponsored by:		Netflix
This commit is contained in:
Warner Losh 2022-11-29 13:04:39 -07:00
parent b60164c9f4
commit e59fa9b2e7

View File

@ -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);