Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/usb Fix a comment



details:   https://anonhg.NetBSD.org/src/rev/11d64dc7f903
branches:  trunk
changeset: 745896:11d64dc7f903
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Mar 15 15:00:14 2020 +0000

description:
Fix a comment

diffstat:

 sys/dev/usb/uhci.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 22264cc256ad -r 11d64dc7f903 sys/dev/usb/uhci.c
--- a/sys/dev/usb/uhci.c        Sun Mar 15 14:58:54 2020 +0000
+++ b/sys/dev/usb/uhci.c        Sun Mar 15 15:00:14 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uhci.c,v 1.298 2020/03/15 14:58:54 skrll Exp $ */
+/*     $NetBSD: uhci.c,v 1.299 2020/03/15 15:00:14 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.298 2020/03/15 14:58:54 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uhci.c,v 1.299 2020/03/15 15:00:14 skrll Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_usb.h"
@@ -462,7 +462,7 @@
        sc->sc_pframes = KERNADDR(&sc->sc_dma, 0);
        /* set frame number to 0 */
        UWRITE2(sc, UHCI_FRNUM, 0);
-       /* set frame list*/
+       /* set frame list */
        UWRITE4(sc, UHCI_FLBASEADDR, DMAADDR(&sc->sc_dma, 0));
 
        /* Initialise mutex early for uhci_alloc_* */



Home | Main Index | Thread Index | Old Index