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 Whitespace.



details:   https://anonhg.NetBSD.org/src/rev/9b9af70ce225
branches:  nick-nhusb
changeset: 804395:9b9af70ce225
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Sep 28 16:24:19 2015 +0000

description:
Whitespace.

diffstat:

 sys/dev/usb/emdtv.c  |  6 +++---
 sys/dev/usb/uark.c   |  4 ++--
 sys/dev/usb/uatp.c   |  6 +++---
 sys/dev/usb/ubsa.c   |  6 +++---
 sys/dev/usb/uchcom.c |  6 +++---
 sys/dev/usb/uhso.c   |  6 +++---
 sys/dev/usb/uyap.c   |  6 +++---
 sys/dev/usb/uyurex.c |  6 +++---
 8 files changed, 23 insertions(+), 23 deletions(-)

diffs (207 lines):

diff -r f7545973d4a0 -r 9b9af70ce225 sys/dev/usb/emdtv.c
--- a/sys/dev/usb/emdtv.c       Wed Sep 23 13:49:59 2015 +0000
+++ b/sys/dev/usb/emdtv.c       Mon Sep 28 16:24:19 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: emdtv.c,v 1.9.14.3 2015/04/06 15:18:13 skrll Exp $ */
+/* $NetBSD: emdtv.c,v 1.9.14.4 2015/09/28 16:24:19 skrll Exp $ */
 
 /*-
  * Copyright (c) 2008, 2011 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: emdtv.c,v 1.9.14.3 2015/04/06 15:18:13 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: emdtv.c,v 1.9.14.4 2015/09/28 16:24:19 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -82,7 +82,7 @@
 {
        struct emdtv_softc *sc = device_private(self);
        struct usb_attach_arg *uaa = opaque;
-       struct usbd_device * dev = uaa->uaa_device;
+       struct usbd_device *dev = uaa->uaa_device;
        usbd_status status;
        char *devinfo;
 
diff -r f7545973d4a0 -r 9b9af70ce225 sys/dev/usb/uark.c
--- a/sys/dev/usb/uark.c        Wed Sep 23 13:49:59 2015 +0000
+++ b/sys/dev/usb/uark.c        Mon Sep 28 16:24:19 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uark.c,v 1.6.14.3 2015/03/21 11:33:37 skrll Exp $      */
+/*     $NetBSD: uark.c,v 1.6.14.4 2015/09/28 16:24:19 skrll Exp $      */
 /*     $OpenBSD: uark.c,v 1.13 2009/10/13 19:33:17 pirofti Exp $       */
 
 /*
@@ -113,7 +113,7 @@
 {
        struct uark_softc *sc = device_private(self);
        struct usb_attach_arg *uaa = aux;
-       struct usbd_device * dev = uaa->uaa_device;
+       struct usbd_device *dev = uaa->uaa_device;
        char *devinfop;
        struct ucom_attach_args uca;
        usb_interface_descriptor_t *id;
diff -r f7545973d4a0 -r 9b9af70ce225 sys/dev/usb/uatp.c
--- a/sys/dev/usb/uatp.c        Wed Sep 23 13:49:59 2015 +0000
+++ b/sys/dev/usb/uatp.c        Mon Sep 28 16:24:19 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uatp.c,v 1.10.4.4 2015/04/06 15:18:13 skrll Exp $      */
+/*     $NetBSD: uatp.c,v 1.10.4.5 2015/09/28 16:24:19 skrll Exp $      */
 
 /*-
  * Copyright (c) 2011-2014 The NetBSD Foundation, Inc.
@@ -146,7 +146,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uatp.c,v 1.10.4.4 2015/04/06 15:18:13 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uatp.c,v 1.10.4.5 2015/09/28 16:24:19 skrll Exp $");
 
 #include <sys/types.h>
 #include <sys/param.h>
@@ -1287,7 +1287,7 @@
 static void
 geyser34_enable_raw_mode(struct uatp_softc *sc)
 {
-       struct usbd_device * udev = sc->sc_hdev.sc_parent->sc_udev;
+       struct usbd_device *udev = sc->sc_hdev.sc_parent->sc_udev;
        usb_device_request_t req;
        usbd_status status;
        uint8_t report[GEYSER34_MODE_PACKET_SIZE];
diff -r f7545973d4a0 -r 9b9af70ce225 sys/dev/usb/ubsa.c
--- a/sys/dev/usb/ubsa.c        Wed Sep 23 13:49:59 2015 +0000
+++ b/sys/dev/usb/ubsa.c        Mon Sep 28 16:24:19 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ubsa.c,v 1.30.16.4 2015/03/21 11:33:37 skrll Exp $     */
+/*     $NetBSD: ubsa.c,v 1.30.16.5 2015/09/28 16:24:19 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.4 2015/03/21 11:33:37 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ubsa.c,v 1.30.16.5 2015/09/28 16:24:19 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -150,7 +150,7 @@
 {
        struct ubsa_softc *sc = device_private(self);
        struct usb_attach_arg *uaa = aux;
-       struct usbd_device * dev = uaa->uaa_device;
+       struct usbd_device *dev = uaa->uaa_device;
        usb_config_descriptor_t *cdesc;
        usb_interface_descriptor_t *id;
        usb_endpoint_descriptor_t *ed;
diff -r f7545973d4a0 -r 9b9af70ce225 sys/dev/usb/uchcom.c
--- a/sys/dev/usb/uchcom.c      Wed Sep 23 13:49:59 2015 +0000
+++ b/sys/dev/usb/uchcom.c      Mon Sep 28 16:24:19 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uchcom.c,v 1.13.6.3 2015/03/21 11:33:37 skrll Exp $    */
+/*     $NetBSD: uchcom.c,v 1.13.6.4 2015/09/28 16:24:19 skrll Exp $    */
 
 /*
  * Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uchcom.c,v 1.13.6.3 2015/03/21 11:33:37 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uchcom.c,v 1.13.6.4 2015/09/28 16:24:19 skrll Exp $");
 
 /*
  * driver for WinChipHead CH341/340, the worst USB-serial chip in the world.
@@ -240,7 +240,7 @@
 {
        struct uchcom_softc *sc = device_private(self);
        struct usb_attach_arg *uaa = aux;
-       struct usbd_device * dev = uaa->uaa_device;
+       struct usbd_device *dev = uaa->uaa_device;
        char *devinfop;
        struct uchcom_endpoints endpoints;
        struct ucom_attach_args uca;
diff -r f7545973d4a0 -r 9b9af70ce225 sys/dev/usb/uhso.c
--- a/sys/dev/usb/uhso.c        Wed Sep 23 13:49:59 2015 +0000
+++ b/sys/dev/usb/uhso.c        Mon Sep 28 16:24:19 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uhso.c,v 1.17.2.3 2015/03/21 11:33:37 skrll Exp $      */
+/*     $NetBSD: uhso.c,v 1.17.2.4 2015/09/28 16:24:19 skrll Exp $      */
 
 /*-
  * Copyright (c) 2009 Iain Hibbert
@@ -37,7 +37,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uhso.c,v 1.17.2.3 2015/03/21 11:33:37 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uhso.c,v 1.17.2.4 2015/09/28 16:24:19 skrll Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_inet.h"
@@ -577,7 +577,7 @@
  * Send SCSI REZERO_UNIT command to switch device into modem mode
  */
 Static int
-uhso_switch_mode(struct usbd_device * udev)
+uhso_switch_mode(struct usbd_device *udev)
 {
        umass_bbb_cbw_t cmd;
        usb_endpoint_descriptor_t *ed;
diff -r f7545973d4a0 -r 9b9af70ce225 sys/dev/usb/uyap.c
--- a/sys/dev/usb/uyap.c        Wed Sep 23 13:49:59 2015 +0000
+++ b/sys/dev/usb/uyap.c        Mon Sep 28 16:24:19 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uyap.c,v 1.19.24.2 2015/03/21 11:33:37 skrll Exp $     */
+/*     $NetBSD: uyap.c,v 1.19.24.3 2015/09/28 16:24:19 skrll Exp $     */
 
 /*
  * Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uyap.c,v 1.19.24.2 2015/03/21 11:33:37 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uyap.c,v 1.19.24.3 2015/09/28 16:24:19 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -78,7 +78,7 @@
 {
        struct uyap_softc *sc = device_private(self);
        struct usb_attach_arg *uaa = aux;
-       struct usbd_device * dev = uaa->uaa_device;
+       struct usbd_device *dev = uaa->uaa_device;
        usbd_status err;
        char *devinfop;
 
diff -r f7545973d4a0 -r 9b9af70ce225 sys/dev/usb/uyurex.c
--- a/sys/dev/usb/uyurex.c      Wed Sep 23 13:49:59 2015 +0000
+++ b/sys/dev/usb/uyurex.c      Mon Sep 28 16:24:19 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uyurex.c,v 1.9.14.6 2015/04/06 15:18:14 skrll Exp $ */
+/*     $NetBSD: uyurex.c,v 1.9.14.7 2015/09/28 16:24:19 skrll Exp $ */
 /*     $OpenBSD: uyurex.c,v 1.3 2010/03/04 03:47:22 deraadt Exp $ */
 
 /*
@@ -22,7 +22,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uyurex.c,v 1.9.14.6 2015/04/06 15:18:14 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uyurex.c,v 1.9.14.7 2015/09/28 16:24:19 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/proc.h>
@@ -129,7 +129,7 @@
 {
        struct uyurex_softc *sc = device_private(self);
        struct uhidev_attach_arg *uha = aux;
-       struct usbd_device * dev = uha->parent->sc_udev;
+       struct usbd_device *dev = uha->parent->sc_udev;
        int size, repid, err;
        void *desc;
 



Home | Main Index | Thread Index | Old Index