Cosmetics.

This commit is contained in:
augustss 1998-12-28 02:06:25 +00:00
parent 2ad7314a82
commit 8fe37fa62c
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: uhci.c,v 1.13 1998/12/26 12:53:01 augustss Exp $ */
/* $NetBSD: uhci.c,v 1.14 1998/12/28 02:06:25 augustss Exp $ */
/*
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -909,7 +909,7 @@ uhci_run(sc, run)
}
splx(s);
printf("%s: cannot %s\n", USBDEVNAME(sc->sc_bus.bdev),
(run ? "start" : "stop"));
run ? "start" : "stop");
}
/*