Module Name: src Committed By: skrll Date: Sat Mar 26 11:39:56 UTC 2016
Modified Files: src/sys/dev/usb [nick-nhusb]: ehcireg.h Log Message: Trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.34.14.11 -r1.34.14.12 src/sys/dev/usb/ehcireg.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/ehcireg.h diff -u src/sys/dev/usb/ehcireg.h:1.34.14.11 src/sys/dev/usb/ehcireg.h:1.34.14.12 --- src/sys/dev/usb/ehcireg.h:1.34.14.11 Tue Feb 16 07:16:47 2016 +++ src/sys/dev/usb/ehcireg.h Sat Mar 26 11:39:56 2016 @@ -1,4 +1,4 @@ -/* $NetBSD: ehcireg.h,v 1.34.14.11 2016/02/16 07:16:47 skrll Exp $ */ +/* $NetBSD: ehcireg.h,v 1.34.14.12 2016/03/26 11:39:56 skrll Exp $ */ /* * Copyright (c) 2001, 2004 The NetBSD Foundation, Inc. @@ -283,7 +283,7 @@ typedef struct { #define EHCI_SITD_SPLITXSTATE 0x00000002 #define EHCI_SITD_BUFFERS 2 - + volatile uint32_t sitd_buffer[EHCI_SITD_BUFFERS]; #define EHCI_SITD_SET_BPTR(x) ((x) & 0xfffff000) #define EHCI_SITD_SET_OFFS(x) ((x) & 0xfff)