Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/usb Style.



details:   https://anonhg.NetBSD.org/src/rev/30ecc245dc38
branches:  trunk
changeset: 748969:30ecc245dc38
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Thu Nov 12 08:41:49 2009 +0000

description:
Style.

diffstat:

 sys/dev/usb/usb_subr.c |  14 ++++++--------
 1 files changed, 6 insertions(+), 8 deletions(-)

diffs (42 lines):

diff -r 3c3c72f356fc -r 30ecc245dc38 sys/dev/usb/usb_subr.c
--- a/sys/dev/usb/usb_subr.c    Thu Nov 12 08:32:57 2009 +0000
+++ b/sys/dev/usb/usb_subr.c    Thu Nov 12 08:41:49 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: usb_subr.c,v 1.165 2009/11/11 15:49:05 pooka Exp $     */
+/*     $NetBSD: usb_subr.c,v 1.166 2009/11/12 08:41:49 uebayasi Exp $  */
 /*     $FreeBSD: src/sys/dev/usb/usb_subr.c,v 1.18 1999/11/17 22:33:47 n_hibma Exp $   */
 
 /*
@@ -32,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: usb_subr.c,v 1.165 2009/11/11 15:49:05 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: usb_subr.c,v 1.166 2009/11/12 08:41:49 uebayasi Exp $");
 
 #include "opt_compat_netbsd.h"
 #include "opt_usbverbose.h"
@@ -68,10 +68,8 @@
 
 Static usbd_status usbd_set_config(usbd_device_handle, int);
 Static void usbd_devinfo(usbd_device_handle, int, char *, size_t);
-Static void usbd_devinfo_vp(usbd_device_handle dev,
-                           char *v,
-                           char *p, int usedev,
-                           int useencoded );
+Static void usbd_devinfo_vp(usbd_device_handle dev, char *v, char *p,
+                           int usedev, int useencoded);
 Static int usbd_getnewaddr(usbd_bus_handle bus);
 Static int usbd_print(void *, const char *);
 Static int usbd_ifprint(void *, const char *);
@@ -190,8 +188,8 @@
 }
 
 Static void
-usbd_devinfo_vp(usbd_device_handle dev, char *v,
-               char *p, int usedev, int useencoded)
+usbd_devinfo_vp(usbd_device_handle dev, char *v, char *p, int usedev,
+               int useencoded)
 {
        usb_device_descriptor_t *udd = &dev->ddesc;
 #ifdef USBVERBOSE



Home | Main Index | Thread Index | Old Index