Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb Misc whitespace
details: https://anonhg.NetBSD.org/src/rev/e549d7a2a5c4
branches: trunk
changeset: 933539:e549d7a2a5c4
user: skrll <skrll%NetBSD.org@localhost>
date: Tue May 26 19:51:14 2020 +0000
description:
Misc whitespace
diffstat:
sys/dev/usb/usb.c | 8 +++-----
1 files changed, 3 insertions(+), 5 deletions(-)
diffs (36 lines):
diff -r 8f32daff7fbd -r e549d7a2a5c4 sys/dev/usb/usb.c
--- a/sys/dev/usb/usb.c Tue May 26 19:41:36 2020 +0000
+++ b/sys/dev/usb/usb.c Tue May 26 19:51:14 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: usb.c,v 1.184 2020/05/23 23:42:42 ad Exp $ */
+/* $NetBSD: usb.c,v 1.185 2020/05/26 19:51:14 skrll Exp $ */
/*
* Copyright (c) 1998, 2002, 2008, 2012 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: usb.c,v 1.184 2020/05/23 23:42:42 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: usb.c,v 1.185 2020/05/26 19:51:14 skrll Exp $");
#ifdef _KERNEL_OPT
#include "opt_usb.h"
@@ -137,7 +137,7 @@
#if 0
device_t sc_dev; /* base device */
#endif
- struct usbd_bus *sc_bus; /* USB controller */
+ struct usbd_bus *sc_bus; /* USB controller */
struct usbd_port sc_port; /* dummy port for root hub */
struct lwp *sc_event_thread;
@@ -264,8 +264,6 @@
static int usb_once_init(void);
static void usb_doattach(device_t);
-
-
CFATTACH_DECL3_NEW(usb, sizeof(struct usb_softc),
usb_match, usb_attach, usb_detach, usb_activate, NULL, usb_childdet,
DVF_DETACH_SHUTDOWN);
Home |
Main Index |
Thread Index |
Old Index