Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb Wrap a long line
details: https://anonhg.NetBSD.org/src/rev/a2736358509e
branches: trunk
changeset: 1029086:a2736358509e
user: skrll <skrll%NetBSD.org@localhost>
date: Tue Dec 21 10:14:43 2021 +0000
description:
Wrap a long line
diffstat:
sys/dev/usb/ehci.c | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diffs (30 lines):
diff -r 7a4f08369019 -r a2736358509e sys/dev/usb/ehci.c
--- a/sys/dev/usb/ehci.c Tue Dec 21 09:51:22 2021 +0000
+++ b/sys/dev/usb/ehci.c Tue Dec 21 10:14:43 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ehci.c,v 1.293 2021/12/21 09:51:22 skrll Exp $ */
+/* $NetBSD: ehci.c,v 1.294 2021/12/21 10:14:43 skrll Exp $ */
/*
* Copyright (c) 2004-2012,2016,2020 The NetBSD Foundation, Inc.
@@ -54,7 +54,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.293 2021/12/21 09:51:22 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.294 2021/12/21 10:14:43 skrll Exp $");
#include "ohci.h"
#include "uhci.h"
@@ -2000,8 +2000,9 @@
switch (xfertype) {
case UE_CONTROL:
- err = usb_allocmem(sc->sc_bus.ub_dmatag, sizeof(usb_device_request_t),
- 0, USBMALLOC_COHERENT, &epipe->ctrl.reqdma);
+ err = usb_allocmem(sc->sc_bus.ub_dmatag,
+ sizeof(usb_device_request_t), 0, USBMALLOC_COHERENT,
+ &epipe->ctrl.reqdma);
#ifdef EHCI_DEBUG
if (err)
printf("ehci_open: usb_allocmem()=%d\n", err);
Home |
Main Index |
Thread Index |
Old Index