Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/nick-nhusb]: src/sys/dev/usb Trailing whitespace.
details: https://anonhg.NetBSD.org/src/rev/96406ddf6692
branches: nick-nhusb
changeset: 334455:96406ddf6692
user: skrll <skrll%NetBSD.org@localhost>
date: Sat Mar 26 11:39:56 2016 +0000
description:
Trailing whitespace.
diffstat:
sys/dev/usb/ehcireg.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 84edd5a432eb -r 96406ddf6692 sys/dev/usb/ehcireg.h
--- a/sys/dev/usb/ehcireg.h Fri Mar 25 17:44:00 2016 +0000
+++ b/sys/dev/usb/ehcireg.h Sat Mar 26 11:39:56 2016 +0000
@@ -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 @@
#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)
Home |
Main Index |
Thread Index |
Old Index