Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ata Add missing '\n' in debug



details:   https://anonhg.NetBSD.org/src/rev/08ea2e1cd1e1
branches:  trunk
changeset: 948262:08ea2e1cd1e1
user:      skrll <skrll%NetBSD.org@localhost>
date:      Wed Dec 23 08:17:01 2020 +0000

description:
Add missing '\n' in debug

diffstat:

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

diffs (27 lines):

diff -r a70d1b1fbcb1 -r 08ea2e1cd1e1 sys/dev/ata/ata_subr.c
--- a/sys/dev/ata/ata_subr.c    Wed Dec 23 07:26:36 2020 +0000
+++ b/sys/dev/ata/ata_subr.c    Wed Dec 23 08:17:01 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ata_subr.c,v 1.12 2020/12/19 18:09:44 jmcneill Exp $   */
+/*     $NetBSD: ata_subr.c,v 1.13 2020/12/23 08:17:01 skrll Exp $      */
 
 /*
  * Copyright (c) 1998, 2001 Manuel Bouyer.  All rights reserved.
@@ -25,7 +25,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ata_subr.c,v 1.12 2020/12/19 18:09:44 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ata_subr.c,v 1.13 2020/12/23 08:17:01 skrll Exp $");
 
 #include "opt_ata.h"
 
@@ -306,7 +306,7 @@
        KASSERT(mutex_owned(&chp->ch_lock));
        KASSERT(chq->queue_active < chq->queue_openings);
 
-       ATADEBUG_PRINT(("%s: channel %d qavail 0x%x qact %d",
+       ATADEBUG_PRINT(("%s: channel %d qavail 0x%x qact %d\n",
            __func__, chp->ch_channel,
            chq->queue_xfers_avail, chq->queue_active),
            DEBUG_XFERS);



Home | Main Index | Thread Index | Old Index