Source-Changes-HG archive

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

[src/jdolecek-ncq]: src/sys/dev/ic Merge HEAD.



details:   https://anonhg.NetBSD.org/src/rev/5d24b255969f
branches:  jdolecek-ncq
changeset: 822907:5d24b255969f
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Mon Apr 24 13:24:33 2017 +0000

description:
Merge HEAD.

diffstat:

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

diffs (27 lines):

diff -r 731f6abe29ce -r 5d24b255969f sys/dev/ic/siisata.c
--- a/sys/dev/ic/siisata.c      Mon Apr 24 13:05:26 2017 +0000
+++ b/sys/dev/ic/siisata.c      Mon Apr 24 13:24:33 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: siisata.c,v 1.30.4.12 2017/04/24 13:09:37 jakllsch Exp $ */
+/* $NetBSD: siisata.c,v 1.30.4.13 2017/04/24 13:24:33 jakllsch Exp $ */
 
 /* from ahcisata_core.c */
 
@@ -79,7 +79,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: siisata.c,v 1.30.4.12 2017/04/24 13:09:37 jakllsch Exp $");
+__KERNEL_RCSID(0, "$NetBSD: siisata.c,v 1.30.4.13 2017/04/24 13:24:33 jakllsch Exp $");
 
 #include <sys/types.h>
 #include <sys/param.h>
@@ -1646,7 +1646,7 @@
        SIISATA_DEBUG_PRINT(("%s: %s()\n", SIISATANAME(sc), __func__),
            DEBUG_INTR);
 
-       /* this comamnd is not active any more */
+       /* this command is not active any more */
        schp->sch_active_slots &= ~__BIT(slot);
        chp->ch_flags &= ~ATACH_IRQ_WAIT;
        if (xfer->c_flags & C_TIMEOU) {



Home | Main Index | Thread Index | Old Index