summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorskrll <skrll@NetBSD.org>2013-10-04 12:47:04 +0000
committerskrll <skrll@NetBSD.org>2013-10-04 12:47:04 +0000
commit2934b097a90b26b2b77e0e8b0a7e7d57d33ecc09 (patch)
treee5928d49f2a6e29e3c898275b119f552e2cb5c07 /sys/dev
parentbebbb4e9089867c167fcc6158ca9b8ebc9968fee (diff)
Small KNF
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/usb/usbdi.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/usb/usbdi.c b/sys/dev/usb/usbdi.c
index 70095312bba..7710fd3890c 100644
--- a/sys/dev/usb/usbdi.c
+++ b/sys/dev/usb/usbdi.c
@@ -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 @@ extern int usbdebug;
#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);