Module Name:    src
Committed By:   skrll
Date:           Sat Sep  6 10:54:04 UTC 2014

Modified Files:
        src/sys/dev/usb: usbdivar.h

Log Message:
Trailing whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.108 -r1.109 src/sys/dev/usb/usbdivar.h

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/usbdivar.h
diff -u src/sys/dev/usb/usbdivar.h:1.108 src/sys/dev/usb/usbdivar.h:1.109
--- src/sys/dev/usb/usbdivar.h:1.108	Tue Aug 12 13:36:40 2014
+++ src/sys/dev/usb/usbdivar.h	Sat Sep  6 10:54:04 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: usbdivar.h,v 1.108 2014/08/12 13:36:40 skrll Exp $	*/
+/*	$NetBSD: usbdivar.h,v 1.109 2014/09/06 10:54:04 skrll Exp $	*/
 
 /*
  * Copyright (c) 1998, 2012 The NetBSD Foundation, Inc.
@@ -48,7 +48,7 @@
  *	allocx			-
  *	freex			-
  *	get_lock 		-	Called at attach time
- *	new_device		
+ *	new_device
  *
  *	PIPE METHOD		LOCK  NOTES
  *	----------------------- -------	-------------------------
@@ -61,7 +61,7 @@
  *
  * The above semantics are likely to change.  Little performance
  * evaluation has been done on this code and the locking strategy.
- * 
+ *
  * USB functions known to expect the lock taken include (this list is
  * probably not exhaustive):
  *    usb_transfer_complete()

Reply via email to