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/af6f23482cfe
branches: nick-nhusb
changeset: 334135:af6f23482cfe
user: skrll <skrll%NetBSD.org@localhost>
date: Fri Mar 06 12:52:51 2015 +0000
description:
Whitespace
diffstat:
sys/dev/usb/usbdi.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 89b590fd3929 -r af6f23482cfe sys/dev/usb/usbdi.c
--- a/sys/dev/usb/usbdi.c Fri Mar 06 12:52:09 2015 +0000
+++ b/sys/dev/usb/usbdi.c Fri Mar 06 12:52:51 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: usbdi.c,v 1.162.2.15 2015/03/06 12:52:09 skrll Exp $ */
+/* $NetBSD: usbdi.c,v 1.162.2.16 2015/03/06 12:52:51 skrll Exp $ */
/*
* Copyright (c) 1998, 2012 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: usbdi.c,v 1.162.2.15 2015/03/06 12:52:09 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: usbdi.c,v 1.162.2.16 2015/03/06 12:52:51 skrll Exp $");
#ifdef _KERNEL_OPT
#include "opt_usb.h"
@@ -1086,7 +1086,6 @@
}
}
-
usbd_setup_default_xfer(xfer, dev, 0, timeout, req,
data, UGETW(req->wLength), flags, 0);
xfer->ux_pipe = pipe;
Home |
Main Index |
Thread Index |
Old Index