Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/usb Whitespace



details:   https://anonhg.NetBSD.org/src/rev/dda6ce0871db
branches:  trunk
changeset: 341363:dda6ce0871db
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Nov 02 08:37:28 2015 +0000

description:
Whitespace

diffstat:

 sys/dev/usb/umct.c |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r 7629c13a2a1d -r dda6ce0871db sys/dev/usb/umct.c
--- a/sys/dev/usb/umct.c        Mon Nov 02 02:45:25 2015 +0000
+++ b/sys/dev/usb/umct.c        Mon Nov 02 08:37:28 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: umct.c,v 1.32 2011/12/23 00:51:47 jakllsch Exp $       */
+/*     $NetBSD: umct.c,v 1.33 2015/11/02 08:37:28 skrll Exp $  */
 /*
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -35,7 +35,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: umct.c,v 1.32 2011/12/23 00:51:47 jakllsch Exp $");
+__KERNEL_RCSID(0, "$NetBSD: umct.c,v 1.33 2015/11/02 08:37:28 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -156,7 +156,7 @@
 CFATTACH_DECL2_NEW(umct, sizeof(struct umct_softc), umct_match,
     umct_attach, umct_detach, umct_activate, NULL, umct_childdet);
 
-int 
+int
 umct_match(device_t parent, cfdata_t match, void *aux)
 {
        struct usb_attach_arg *uaa = aux;
@@ -165,7 +165,7 @@
                UMATCH_VENDOR_PRODUCT : UMATCH_NONE);
 }
 
-void 
+void
 umct_attach(device_t parent, device_t self, void *aux)
 {
        struct umct_softc *sc = device_private(self);
@@ -273,7 +273,7 @@
                return;
        }
 
-       if (sc->sc_intr_number== -1) {
+       if (sc->sc_intr_number == -1) {
                aprint_error_dev(self, "Could not find interrupt in\n");
                sc->sc_dying = 1;
                return;
@@ -317,7 +317,7 @@
        sc->sc_subdev = NULL;
 }
 
-int 
+int
 umct_detach(device_t self, int flags)
 {
        struct umct_softc *sc = device_private(self);



Home | Main Index | Thread Index | Old Index