Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb Style. No binary changes.
details: https://anonhg.NetBSD.org/src/rev/c64caad3dd4a
branches: trunk
changeset: 993519:c64caad3dd4a
user: rin <rin%NetBSD.org@localhost>
date: Sun Sep 16 00:55:16 2018 +0000
description:
Style. No binary changes.
diffstat:
sys/dev/usb/if_mue.c | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diffs (35 lines):
diff -r 27716cd3d38e -r c64caad3dd4a sys/dev/usb/if_mue.c
--- a/sys/dev/usb/if_mue.c Sat Sep 15 23:03:27 2018 +0000
+++ b/sys/dev/usb/if_mue.c Sun Sep 16 00:55:16 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_mue.c,v 1.6 2018/09/01 09:57:12 mlelstv Exp $ */
+/* $NetBSD: if_mue.c,v 1.7 2018/09/16 00:55:16 rin Exp $ */
/* $OpenBSD: if_mue.c,v 1.3 2018/08/04 16:42:46 jsg Exp $ */
/*
@@ -20,7 +20,7 @@
/* Driver for Microchip LAN7500/LAN7800 chipsets. */
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_mue.c,v 1.6 2018/09/01 09:57:12 mlelstv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_mue.c,v 1.7 2018/09/16 00:55:16 rin Exp $");
#ifdef _KERNEL_OPT
#include "opt_usb.h"
@@ -1061,7 +1061,7 @@
usbd_abort_pipe(sc->mue_ep[i]);
/*
- * Remove any pending tasks. They cannot be executing because they run
+ * Remove any pending tasks. They cannot be executing because they run
* in the same thread as detach.
*/
usb_rem_task_wait(sc->mue_udev, &sc->mue_tick_task, USB_TASKQ_DRIVER,
@@ -1526,7 +1526,6 @@
s = splnet();
-
if (__predict_false(status != USBD_NORMAL_COMPLETION)) {
if (status == USBD_NOT_STARTED || status == USBD_CANCELLED) {
splx(s);
Home |
Main Index |
Thread Index |
Old Index