Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb Small KNF
details: https://anonhg.NetBSD.org/src/rev/239f2c9b3e90
branches: trunk
changeset: 790353:239f2c9b3e90
user: skrll <skrll%NetBSD.org@localhost>
date: Fri Oct 04 12:47:04 2013 +0000
description:
Small KNF
diffstat:
sys/dev/usb/usbdi.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (29 lines):
diff -r 6fd60bc46de2 -r 239f2c9b3e90 sys/dev/usb/usbdi.c
--- a/sys/dev/usb/usbdi.c Fri Oct 04 08:35:08 2013 +0000
+++ b/sys/dev/usb/usbdi.c Fri Oct 04 12:47:04 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: usbdi.c,v 1.158 2013/10/03 07:35:37 skrll Exp $ */
+/* $NetBSD: usbdi.c,v 1.159 2013/10/04 12:47:04 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.158 2013/10/03 07:35:37 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: usbdi.c,v 1.159 2013/10/04 12:47:04 skrll Exp $");
#ifdef _KERNEL_OPT
#include "opt_compat_netbsd.h"
@@ -65,8 +65,8 @@
#define DPRINTFN(n,x)
#endif
-Static usbd_status usbd_ar_pipe(usbd_pipe_handle pipe);
-Static void usbd_start_next(usbd_pipe_handle pipe);
+Static usbd_status usbd_ar_pipe(usbd_pipe_handle);
+Static void usbd_start_next(usbd_pipe_handle);
Static usbd_status usbd_open_pipe_ival
(usbd_interface_handle, u_int8_t, u_int8_t, usbd_pipe_handle *, int);
Home |
Main Index |
Thread Index |
Old Index