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/6695858f2392
branches:  nick-nhusb
changeset: 334314:6695858f2392
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Nov 14 07:18:35 2015 +0000

description:
Whitespace.

diffstat:

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

diffs (27 lines):

diff -r cf547b6436d8 -r 6695858f2392 sys/dev/usb/ohci.c
--- a/sys/dev/usb/ohci.c        Tue Nov 10 13:41:49 2015 +0000
+++ b/sys/dev/usb/ohci.c        Sat Nov 14 07:18:35 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ohci.c,v 1.254.2.25 2015/10/20 15:31:21 skrll Exp $    */
+/*     $NetBSD: ohci.c,v 1.254.2.26 2015/11/14 07:18:35 skrll Exp $    */
 
 /*
  * Copyright (c) 1998, 2004, 2005, 2012 The NetBSD Foundation, Inc.
@@ -41,7 +41,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ohci.c,v 1.254.2.25 2015/10/20 15:31:21 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ohci.c,v 1.254.2.26 2015/11/14 07:18:35 skrll Exp $");
 
 #include "opt_usb.h"
 
@@ -167,7 +167,7 @@
 Static void            ohci_freex(struct usbd_bus *, struct usbd_xfer *);
 Static void            ohci_get_lock(struct usbd_bus *, kmutex_t **);
 Static int             ohci_roothub_ctrl(struct usbd_bus *,
-    usb_device_request_t *, void *, int);
+                           usb_device_request_t *, void *, int);
 
 Static usbd_status     ohci_root_intr_transfer(struct usbd_xfer *);
 Static usbd_status     ohci_root_intr_start(struct usbd_xfer *);



Home | Main Index | Thread Index | Old Index