diff options
| author | skrll <skrll@NetBSD.org> | 2014-09-06 10:54:04 +0000 |
|---|---|---|
| committer | skrll <skrll@NetBSD.org> | 2014-09-06 10:54:04 +0000 |
| commit | 1914baf435df7ea711025975a13722d82d82f333 (patch) | |
| tree | 4fc7d4271f557139615487a7d14d8d29abce2f86 /sys/dev/usb | |
| parent | 45af5882acceb9aceee5fe502f0aa8074b531e2b (diff) | |
Trailing whitespace.
Diffstat (limited to 'sys/dev/usb')
| -rw-r--r-- | sys/dev/usb/usbdivar.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/usb/usbdivar.h b/sys/dev/usb/usbdivar.h index ffbcc1a0cfd..e194024e6d2 100644 --- a/sys/dev/usb/usbdivar.h +++ b/sys/dev/usb/usbdivar.h @@ -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() |
