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/61b562c1afbe
branches:  nick-nhusb
changeset: 334333:61b562c1afbe
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Dec 19 09:20:35 2015 +0000

description:
Whitespace.

diffstat:

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

diffs (27 lines):

diff -r 10760812da93 -r 61b562c1afbe sys/dev/usb/usb_subr.c
--- a/sys/dev/usb/usb_subr.c    Sat Dec 19 09:18:58 2015 +0000
+++ b/sys/dev/usb/usb_subr.c    Sat Dec 19 09:20:35 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: usb_subr.c,v 1.198.2.19 2015/12/19 09:18:58 skrll Exp $        */
+/*     $NetBSD: usb_subr.c,v 1.198.2.20 2015/12/19 09:20:35 skrll Exp $        */
 /*     $FreeBSD: src/sys/dev/usb/usb_subr.c,v 1.18 1999/11/17 22:33:47 n_hibma Exp $   */
 
 /*
@@ -32,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: usb_subr.c,v 1.198.2.19 2015/12/19 09:18:58 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: usb_subr.c,v 1.198.2.20 2015/12/19 09:20:35 skrll Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_compat_netbsd.h"
@@ -700,7 +700,7 @@
        /* Allocate and fill interface data. */
        nifc = cdp->bNumInterface;
        dev->ud_ifaces = kmem_alloc(nifc * sizeof(struct usbd_interface),
-                            KM_SLEEP);
+           KM_SLEEP);
        if (dev->ud_ifaces == NULL) {
                err = USBD_NOMEM;
                goto bad;



Home | Main Index | Thread Index | Old Index