From 8fe37fa62c4c717840fa7e55838075021e885ffc Mon Sep 17 00:00:00 2001 From: augustss Date: Mon, 28 Dec 1998 02:06:25 +0000 Subject: [PATCH] Cosmetics. --- sys/dev/usb/uhci.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/usb/uhci.c b/sys/dev/usb/uhci.c index 267cf51cffd2..7a9a66de41c8 100644 --- a/sys/dev/usb/uhci.c +++ b/sys/dev/usb/uhci.c @@ -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"); } /*