Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ieee1394 follow fcambus steps by fixing typos for "u...
details: https://anonhg.NetBSD.org/src/rev/0c95ead2e7d2
branches: trunk
changeset: 1023946:0c95ead2e7d2
user: andvar <andvar%NetBSD.org@localhost>
date: Mon Oct 04 20:48:05 2021 +0000
description:
follow fcambus steps by fixing typos for "unknown" in few more error messages.
diffstat:
sys/arch/amiga/dev/grf_cl.c | 6 +++---
sys/arch/arm/imx/imx23_digfilt.c | 4 ++--
sys/arch/atari/dev/atari5380.c | 6 +++---
sys/dev/ieee1394/firewire.c | 6 +++---
4 files changed, 11 insertions(+), 11 deletions(-)
diffs (99 lines):
diff -r 5c82c00cdeef -r 0c95ead2e7d2 sys/arch/amiga/dev/grf_cl.c
--- a/sys/arch/amiga/dev/grf_cl.c Mon Oct 04 20:25:20 2021 +0000
+++ b/sys/arch/amiga/dev/grf_cl.c Mon Oct 04 20:48:05 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: grf_cl.c,v 1.52 2021/08/07 16:18:41 thorpej Exp $ */
+/* $NetBSD: grf_cl.c,v 1.53 2021/10/04 20:48:05 andvar Exp $ */
/*
* Copyright (c) 1997 Klaus Burkert
@@ -36,7 +36,7 @@
#include "opt_amigacons.h"
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: grf_cl.c,v 1.52 2021/08/07 16:18:41 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: grf_cl.c,v 1.53 2021/10/04 20:48:05 andvar Exp $");
#include "grfcl.h"
#include "ite.h"
@@ -1158,7 +1158,7 @@
*/
/*
- * The source for the above comment is somewhat unknow to me.
+ * The source for the above comment is somewhat unknown to me.
* The Spectrum, Piccolo and PiccoloSD64 have the analog Red and Blue
* lines swapped. In 24BPP this provides RGB instead of BGR as it would
* be native to the chipset. This requires special programming for the
diff -r 5c82c00cdeef -r 0c95ead2e7d2 sys/arch/arm/imx/imx23_digfilt.c
--- a/sys/arch/arm/imx/imx23_digfilt.c Mon Oct 04 20:25:20 2021 +0000
+++ b/sys/arch/arm/imx/imx23_digfilt.c Mon Oct 04 20:48:05 2021 +0000
@@ -1,4 +1,4 @@
-/* $Id: imx23_digfilt.c,v 1.3 2020/04/19 08:18:19 isaki Exp $ */
+/* $Id: imx23_digfilt.c,v 1.4 2021/10/04 20:48:05 andvar Exp $ */
/*
* Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -1040,7 +1040,7 @@
__SHIFTIN(0x0E00, HW_AUDIOOUT_DACSRR_SRC_FRAC));
break;
default:
- aprint_error_dev(sc->sc_dev, "uknown sample rate: %d\n", sr);
+ aprint_error_dev(sc->sc_dev, "unknown sample rate: %d\n", sr);
case 44100:
val |= (__SHIFTIN(0x1 ,HW_AUDIOOUT_DACSRR_BASEMULT) |
__SHIFTIN(0x0, HW_AUDIOOUT_DACSRR_SRC_HOLD) |
diff -r 5c82c00cdeef -r 0c95ead2e7d2 sys/arch/atari/dev/atari5380.c
--- a/sys/arch/atari/dev/atari5380.c Mon Oct 04 20:25:20 2021 +0000
+++ b/sys/arch/atari/dev/atari5380.c Mon Oct 04 20:48:05 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: atari5380.c,v 1.64 2019/12/27 09:41:49 msaitoh Exp $ */
+/* $NetBSD: atari5380.c,v 1.65 2021/10/04 20:48:05 andvar Exp $ */
/*
* Copyright (c) 1995 Leo Weppelman.
@@ -26,7 +26,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: atari5380.c,v 1.64 2019/12/27 09:41:49 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: atari5380.c,v 1.65 2021/10/04 20:48:05 andvar Exp $");
#include "opt_atariscsi.h"
@@ -900,7 +900,7 @@
/*
* Misc. DMA-error according to Atari...
*/
- ncr_tprint(reqp, "Unknow ST-SCSI error near 0x%x\n",
+ ncr_tprint(reqp, "Unknown ST-SCSI error near 0x%x\n",
st_dmaaddr_get());
reqp->xs->error = XS_DRIVER_STUFFUP;
rv = 1;
diff -r 5c82c00cdeef -r 0c95ead2e7d2 sys/dev/ieee1394/firewire.c
--- a/sys/dev/ieee1394/firewire.c Mon Oct 04 20:25:20 2021 +0000
+++ b/sys/dev/ieee1394/firewire.c Mon Oct 04 20:48:05 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: firewire.c,v 1.52 2021/08/07 16:19:12 thorpej Exp $ */
+/* $NetBSD: firewire.c,v 1.53 2021/10/04 20:48:05 andvar Exp $ */
/*-
* Copyright (c) 2003 Hidetoshi Shimokawa
* Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi Shimokawa
@@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: firewire.c,v 1.52 2021/08/07 16:19:12 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: firewire.c,v 1.53 2021/10/04 20:48:05 andvar Exp $");
#include <sys/param.h>
#include <sys/bus.h>
@@ -1202,7 +1202,7 @@
return;
default:
- aprint_error_dev(rb->fc->bdev, "unknow tcode %d\n", tcode);
+ aprint_error_dev(rb->fc->bdev, "unknown tcode %d\n", tcode);
break;
}
}
Home |
Main Index |
Thread Index |
Old Index