Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic More typos in previous



details:   https://anonhg.NetBSD.org/src/rev/ca09f3179a1b
branches:  trunk
changeset: 815333:ca09f3179a1b
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu May 12 05:30:17 2016 +0000

description:
More typos in previous

diffstat:

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

diffs (27 lines):

diff -r 7a57574ae734 -r ca09f3179a1b sys/dev/ic/sl811hs.c
--- a/sys/dev/ic/sl811hs.c      Thu May 12 03:44:11 2016 +0000
+++ b/sys/dev/ic/sl811hs.c      Thu May 12 05:30:17 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sl811hs.c,v 1.66 2016/05/11 21:28:21 skrll Exp $       */
+/*     $NetBSD: sl811hs.c,v 1.67 2016/05/12 05:30:17 skrll Exp $       */
 
 /*
  * Not (c) 2007 Matthew Orgass
@@ -68,7 +68,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sl811hs.c,v 1.66 2016/05/11 21:28:21 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sl811hs.c,v 1.67 2016/05/12 05:30:17 skrll Exp $");
 
 #include "opt_slhci.h"
 
@@ -1725,7 +1725,7 @@
 
        KASSERT(mutex_owned(&sc->sc_intr_lock));
 
-       DLOG(D_INTR, "Flags %#x sc_ier #%x ISR=#%x", t->flags, sc->sc_ier,
+       DLOG(D_INTR, "Flags %#x sc_ier %#x ISR=%#x", t->flags, sc->sc_ier,
            slhci_read(sc, SL11_ISR), 0);
 
        if (sc->sc_ier == 0)



Home | Main Index | Thread Index | Old Index