I saw the following message a few times over the last few snapshots when
I do a reboot and noticed that 'shudown' should be 'shutdown'.
Bryan
Index: sys/dev/ic/nvme.c
===================================================================
RCS file: /cvs/src/sys/dev/ic/nvme.c,v
retrieving revision 1.58
diff -u -p -r1.58 nvme.c
--- sys/dev/ic/nvme.c 29 May 2017 12:58:37 -0000 1.58
+++ sys/dev/ic/nvme.c 12 Jun 2017 04:53:34 -0000
@@ -514,7 +514,7 @@ nvme_shutdown(struct nvme_softc *sc)
delay(1000);
}
- printf("%s: unable to shudown, disabling\n", DEVNAME(sc));
+ printf("%s: unable to shutdown, disabling\n", DEVNAME(sc));
disable:
nvme_disable(sc);