PERFORCE change 106253 for review

Tom Rhodes trhodes at FreeBSD.org
Sun Sep 17 10:40:51 PDT 2006


http://perforce.freebsd.org/chv.cgi?CH=106253

Change 106253 by trhodes at trhodes_local on 2006/09/17 17:39:59

	Remove extra "*" char.
	Noticed by:	Pawel Worach <pawel.worach at gmail.com>

Affected files ...

.. //depot/projects/usb/src/sys/dev/usb/if_uralvar.h#7 edit

Differences ...

==== //depot/projects/usb/src/sys/dev/usb/if_uralvar.h#7 (text+ko) ====

@@ -119,7 +119,7 @@
 	struct usbd_memory_wait		sc_mem_wait;
 	struct __callout		sc_watchdog;
 	struct ural_bbp_prom 		sc_bbp_prom[16];
-	struct usbd_xfer *		*sc_xfer[URAL_N_TRANSFER];
+	struct usbd_xfer 		*sc_xfer[URAL_N_TRANSFER];
 	union ural_rxtap		sc_rxtap;
 	union ural_txtap		sc_txtap;
 


More information about the p4-projects mailing list