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 One '; ' is enough most of the time.
details: https://anonhg.NetBSD.org/src/rev/6a5e5d24818c
branches: nick-nhusb
changeset: 334289:6a5e5d24818c
user: skrll <skrll%NetBSD.org@localhost>
date: Sat Oct 24 15:33:59 2015 +0000
description:
One ';' is enough most of the time.
diffstat:
sys/dev/usb/ehci.c | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (45 lines):
diff -r 3cdd4f19516b -r 6a5e5d24818c sys/dev/usb/ehci.c
--- a/sys/dev/usb/ehci.c Sat Oct 24 15:32:20 2015 +0000
+++ b/sys/dev/usb/ehci.c Sat Oct 24 15:33:59 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ehci.c,v 1.234.2.61 2015/10/24 15:32:20 skrll Exp $ */
+/* $NetBSD: ehci.c,v 1.234.2.62 2015/10/24 15:33:59 skrll Exp $ */
/*
* Copyright (c) 2004-2012 The NetBSD Foundation, Inc.
@@ -53,7 +53,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.234.2.61 2015/10/24 15:32:20 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.234.2.62 2015/10/24 15:33:59 skrll Exp $");
#include "ohci.h"
#include "uhci.h"
@@ -3697,7 +3697,7 @@
{
struct ehci_pipe *epipe = EHCI_XFER2EPIPE(xfer);
struct ehci_xfer *exfer = EHCI_XFER2EXFER(xfer);
- ehci_softc_t *sc = EHCI_XFER2SC(xfer);;
+ ehci_softc_t *sc = EHCI_XFER2SC(xfer);
ehci_soft_qtd_t *data, *dataend;
ehci_soft_qh_t *sqh;
usbd_status err;
@@ -3879,7 +3879,7 @@
{
struct ehci_pipe *epipe = EHCI_XFER2EPIPE(xfer);
struct ehci_xfer *exfer = EHCI_XFER2EXFER(xfer);
- ehci_softc_t *sc = EHCI_XFER2SC(xfer);;
+ ehci_softc_t *sc = EHCI_XFER2SC(xfer);
ehci_soft_qtd_t *data, *dataend;
ehci_soft_qh_t *sqh;
usbd_status err;
@@ -4362,7 +4362,7 @@
{
struct ehci_xfer *exfer = EHCI_XFER2EXFER(xfer);
ehci_softc_t *sc = EHCI_XFER2SC(xfer);
- struct ehci_pipe *epipe = EHCI_XFER2EPIPE(xfer);;
+ struct ehci_pipe *epipe = EHCI_XFER2EPIPE(xfer);
KASSERT(mutex_owned(&sc->sc_lock));
Home |
Main Index |
Thread Index |
Old Index