Module Name:    src
Committed By:   andvar
Date:           Mon Oct  4 20:48:06 UTC 2021

Modified Files:
        src/sys/arch/amiga/dev: grf_cl.c
        src/sys/arch/arm/imx: imx23_digfilt.c
        src/sys/arch/atari/dev: atari5380.c
        src/sys/dev/ieee1394: firewire.c

Log Message:
follow fcambus steps by fixing typos for "unknown" in few more error messages.


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/sys/arch/amiga/dev/grf_cl.c
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/imx/imx23_digfilt.c
cvs rdiff -u -r1.64 -r1.65 src/sys/arch/atari/dev/atari5380.c
cvs rdiff -u -r1.52 -r1.53 src/sys/dev/ieee1394/firewire.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/amiga/dev/grf_cl.c
diff -u src/sys/arch/amiga/dev/grf_cl.c:1.52 src/sys/arch/amiga/dev/grf_cl.c:1.53
--- src/sys/arch/amiga/dev/grf_cl.c:1.52	Sat Aug  7 16:18:41 2021
+++ src/sys/arch/amiga/dev/grf_cl.c	Mon Oct  4 20:48:05 2021
@@ -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 @@ cl_getcmap(struct grf_softc *gfp, struct
  */
 
 /*
- * 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

Index: src/sys/arch/arm/imx/imx23_digfilt.c
diff -u src/sys/arch/arm/imx/imx23_digfilt.c:1.3 src/sys/arch/arm/imx/imx23_digfilt.c:1.4
--- src/sys/arch/arm/imx/imx23_digfilt.c:1.3	Sun Apr 19 08:18:19 2020
+++ src/sys/arch/arm/imx/imx23_digfilt.c	Mon Oct  4 20:48:05 2021
@@ -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 @@ digfilt_ao_set_rate(struct digfilt_softc
 		    __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) |

Index: src/sys/arch/atari/dev/atari5380.c
diff -u src/sys/arch/atari/dev/atari5380.c:1.64 src/sys/arch/atari/dev/atari5380.c:1.65
--- src/sys/arch/atari/dev/atari5380.c:1.64	Fri Dec 27 09:41:49 2019
+++ src/sys/arch/atari/dev/atari5380.c	Mon Oct  4 20:48:05 2021
@@ -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 @@ falcon_get_dma_result(SC_REQ *reqp, u_lo
 		/*
 		 * 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;

Index: src/sys/dev/ieee1394/firewire.c
diff -u src/sys/dev/ieee1394/firewire.c:1.52 src/sys/dev/ieee1394/firewire.c:1.53
--- src/sys/dev/ieee1394/firewire.c:1.52	Sat Aug  7 16:19:12 2021
+++ src/sys/dev/ieee1394/firewire.c	Mon Oct  4 20:48:05 2021
@@ -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 @@ fw_rcv(struct fw_rcv_buf *rb)
 		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;
 	}
 }

Reply via email to