On Mon, Dec 30, 2019 at 05:06:53PM +0100, Martin Pieuchot wrote:
> Convert the remaining infinite sleeps that my grep-foo found to
> {t,m}sleep_nsec(9), ok?
OK kn> @@ -1804,7 +1804,8 @@ ami_mgmt(struct ami_softc *sc, u_int8_t > ami_start(sc, ccb); > mtx_enter(&sc->sc_cmd_mtx); > while (ccb->ccb_state != AMI_CCB_READY) > - msleep(ccb, &sc->sc_cmd_mtx, PRIBIO,"ami_mgmt", 0); > + msleep_nsec(ccb, &sc->sc_cmd_mtx, PRIBIO,"ami_mgmt", Please add the missing space between PRIBIO and "ami_mgmt" while here.
