Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/nick-nhusb]: src/sys/dev/usb Trailing whitespace
details: https://anonhg.NetBSD.org/src/rev/6c26f64d8929
branches: nick-nhusb
changeset: 334349:6c26f64d8929
user: skrll <skrll%NetBSD.org@localhost>
date: Mon Dec 28 08:28:11 2015 +0000
description:
Trailing whitespace
diffstat:
sys/dev/usb/ubsa.c | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (45 lines):
diff -r 87cbe41b84ae -r 6c26f64d8929 sys/dev/usb/ubsa.c
--- a/sys/dev/usb/ubsa.c Sun Dec 27 12:09:27 2015 +0000
+++ b/sys/dev/usb/ubsa.c Mon Dec 28 08:28:11 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ubsa.c,v 1.30.16.5 2015/09/28 16:24:19 skrll Exp $ */
+/* $NetBSD: ubsa.c,v 1.30.16.6 2015/12/28 08:28:11 skrll Exp $ */
/*-
* Copyright (c) 2002, Alexander Kabaev <kan.FreeBSD.org>.
* All rights reserved.
@@ -54,7 +54,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ubsa.c,v 1.30.16.5 2015/09/28 16:24:19 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ubsa.c,v 1.30.16.6 2015/12/28 08:28:11 skrll Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -136,7 +136,7 @@
CFATTACH_DECL2_NEW(ubsa, sizeof(struct ubsa_softc),
ubsa_match, ubsa_attach, ubsa_detach, ubsa_activate, NULL, ubsa_childdet);
-int
+int
ubsa_match(device_t parent, cfdata_t match, void *aux)
{
struct usb_attach_arg *uaa = aux;
@@ -145,7 +145,7 @@
UMATCH_VENDOR_PRODUCT : UMATCH_NONE);
}
-void
+void
ubsa_attach(device_t parent, device_t self, void *aux)
{
struct ubsa_softc *sc = device_private(self);
@@ -313,7 +313,7 @@
sc->sc_subdevs[i] = NULL;
}
-int
+int
ubsa_detach(device_t self, int flags)
{
struct ubsa_softc *sc = device_private(self);
Home |
Main Index |
Thread Index |
Old Index