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 KNF



details:   https://anonhg.NetBSD.org/src/rev/7acd32ea44bc
branches:  nick-nhusb
changeset: 334264:7acd32ea44bc
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Oct 10 07:23:25 2015 +0000

description:
KNF

diffstat:

 sys/dev/usb/usbdi.c |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r 8643ea812b68 -r 7acd32ea44bc sys/dev/usb/usbdi.c
--- a/sys/dev/usb/usbdi.c       Fri Oct 09 09:16:43 2015 +0000
+++ b/sys/dev/usb/usbdi.c       Sat Oct 10 07:23:25 2015 +0000
@@ -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 @@
        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);



Home | Main Index | Thread Index | Old Index