Module Name:    src
Committed By:   skrll
Date:           Sat Oct 10 07:23:25 UTC 2015

Modified Files:
        src/sys/dev/usb [nick-nhusb]: usbdi.c

Log Message:
KNF


To generate a diff of this commit:
cvs rdiff -u -r1.162.2.29 -r1.162.2.30 src/sys/dev/usb/usbdi.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/usb/usbdi.c
diff -u src/sys/dev/usb/usbdi.c:1.162.2.29 src/sys/dev/usb/usbdi.c:1.162.2.30
--- src/sys/dev/usb/usbdi.c:1.162.2.29	Tue Oct  6 21:32:15 2015
+++ src/sys/dev/usb/usbdi.c	Sat Oct 10 07:23:25 2015
@@ -1,4 +1,4 @@
-/*	$NetBSD: usbdi.c,v 1.162.2.29 2015/10/06 21:32:15 skrll Exp $	*/
+/*	$NetBSD: usbdi.c,v 1.162.2.30 2015/10/10 07:23:25 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.29 2015/10/06 21:32:15 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: usbdi.c,v 1.162.2.30 2015/10/10 07:23:25 skrll Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_usb.h"
@@ -487,7 +487,8 @@ usbd_free_xfer(struct usbd_xfer *xfer)
 	return USBD_NORMAL_COMPLETION;
 }
 
-int usbd_create_xfer(struct usbd_pipe *pipe, size_t len, unsigned int flags,
+int
+usbd_create_xfer(struct usbd_pipe *pipe, size_t len, unsigned int flags,
     unsigned int nframes, struct usbd_xfer **xp)
 {
 	KASSERT(xp != NULL);

Reply via email to