Module Name:    src
Committed By:   skrll
Date:           Mon Dec 28 08:28:12 UTC 2015

Modified Files:
        src/sys/dev/usb [nick-nhusb]: ubsa.c

Log Message:
Trailing whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.30.16.5 -r1.30.16.6 src/sys/dev/usb/ubsa.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/usb/ubsa.c
diff -u src/sys/dev/usb/ubsa.c:1.30.16.5 src/sys/dev/usb/ubsa.c:1.30.16.6
--- src/sys/dev/usb/ubsa.c:1.30.16.5	Mon Sep 28 16:24:19 2015
+++ src/sys/dev/usb/ubsa.c	Mon Dec 28 08:28:11 2015
@@ -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 @@ extern struct cfdriver ubsa_cd;
 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 @@ ubsa_match(device_t parent, cfdata_t mat
 		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 @@ ubsa_childdet(device_t self, device_t ch
 		sc->sc_subdevs[i] = NULL;
 }
 
-int 
+int
 ubsa_detach(device_t self, int flags)
 {
 	struct ubsa_softc *sc = device_private(self);

Reply via email to