Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev Typo in debug message.
details: https://anonhg.NetBSD.org/src/rev/e5db0cecb5a3
branches: trunk
changeset: 355476:e5db0cecb5a3
user: isaki <isaki%NetBSD.org@localhost>
date: Sun Jul 30 02:41:58 2017 +0000
description:
Typo in debug message.
diffstat:
sys/dev/audio.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r dd497ab9ac26 -r e5db0cecb5a3 sys/dev/audio.c
--- a/sys/dev/audio.c Sun Jul 30 00:53:57 2017 +0000
+++ b/sys/dev/audio.c Sun Jul 30 02:41:58 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: audio.c,v 1.383 2017/07/30 00:47:48 nat Exp $ */
+/* $NetBSD: audio.c,v 1.384 2017/07/30 02:41:58 isaki Exp $ */
/*-
* Copyright (c) 2016 Nathanial Sloss <nathanialsloss%yahoo.com.au@localhost>
@@ -148,7 +148,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: audio.c,v 1.383 2017/07/30 00:47:48 nat Exp $");
+__KERNEL_RCSID(0, "$NetBSD: audio.c,v 1.384 2017/07/30 02:41:58 isaki Exp $");
#ifdef _KERNEL_OPT
#include "audio.h"
@@ -1429,7 +1429,7 @@
#ifdef AUDIO_DEBUG
if (audiodebug) {
- printf("%s: HW-buffer=%p pustream=%p\n",
+ printf("%s: HW-buffer=%p rustream=%p\n",
__func__, &vc->sc_mrr.s, vc->sc_rustream);
audio_print_params("[HW]", &vc->sc_mrr.s.param);
for (i = 0; i < rfilters->req_size; i++) {
Home |
Main Index |
Thread Index |
Old Index