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 Whitespace
details: https://anonhg.NetBSD.org/src/rev/4f290d66288f
branches: nick-nhusb
changeset: 334305:4f290d66288f
user: skrll <skrll%NetBSD.org@localhost>
date: Sun Nov 08 14:38:38 2015 +0000
description:
Whitespace
diffstat:
sys/dev/usb/uhci.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (29 lines):
diff -r 2840a4c917f1 -r 4f290d66288f sys/dev/usb/uhci.c
--- a/sys/dev/usb/uhci.c Sun Nov 08 13:33:49 2015 +0000
+++ b/sys/dev/usb/uhci.c Sun Nov 08 14:38:38 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: uhci.c,v 1.264.4.48 2015/11/08 13:33:49 skrll Exp $ */
+/* $NetBSD: uhci.c,v 1.264.4.49 2015/11/08 14:38:38 skrll Exp $ */
/*
* Copyright (c) 1998, 2004, 2011, 2012 The NetBSD Foundation, Inc.
@@ -42,7 +42,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uhci.c,v 1.264.4.48 2015/11/08 13:33:49 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uhci.c,v 1.264.4.49 2015/11/08 14:38:38 skrll Exp $");
#include "opt_usb.h"
@@ -430,8 +430,8 @@
/* Allocate and initialize real frame array. */
err = usb_allocmem(&sc->sc_bus,
- UHCI_FRAMELIST_COUNT * sizeof(uhci_physaddr_t),
- UHCI_FRAMELIST_ALIGN, &sc->sc_dma);
+ UHCI_FRAMELIST_COUNT * sizeof(uhci_physaddr_t),
+ UHCI_FRAMELIST_ALIGN, &sc->sc_dma);
if (err)
return err;
sc->sc_pframes = KERNADDR(&sc->sc_dma, 0);
Home |
Main Index |
Thread Index |
Old Index