Module Name:    src
Committed By:   skrll
Date:           Sat Mar 21 09:13:23 UTC 2015

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

Log Message:
Whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.21.34.5 -r1.21.34.6 src/sys/dev/usb/pseye.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/pseye.c
diff -u src/sys/dev/usb/pseye.c:1.21.34.5 src/sys/dev/usb/pseye.c:1.21.34.6
--- src/sys/dev/usb/pseye.c:1.21.34.5	Thu Mar 19 17:26:43 2015
+++ src/sys/dev/usb/pseye.c	Sat Mar 21 09:13:23 2015
@@ -1,4 +1,4 @@
-/* $NetBSD: pseye.c,v 1.21.34.5 2015/03/19 17:26:43 skrll Exp $ */
+/* $NetBSD: pseye.c,v 1.21.34.6 2015/03/21 09:13:23 skrll Exp $ */
 
 /*-
  * Copyright (c) 2008 Jared D. McNeill <jmcne...@invisible.ca>
@@ -37,7 +37,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pseye.c,v 1.21.34.5 2015/03/19 17:26:43 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pseye.c,v 1.21.34.6 2015/03/21 09:13:23 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -184,7 +184,7 @@ pseye_attach(device_t parent, device_t s
 {
 	struct pseye_softc *sc = device_private(self);
 	struct usbif_attach_arg *uaa = opaque;
-	struct usbd_device * dev = uaa->device;
+	struct usbd_device *dev = uaa->device;
 	usb_interface_descriptor_t *id = NULL;
 	usb_endpoint_descriptor_t *ed = NULL, *ed_bulkin = NULL;
 	char *devinfop;

Reply via email to