Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/samsung tyop police
details: https://anonhg.NetBSD.org/src/rev/78c455e9f229
branches: trunk
changeset: 331885:78c455e9f229
user: snj <snj%NetBSD.org@localhost>
date: Thu Aug 28 20:29:05 2014 +0000
description:
tyop police
diffstat:
sys/arch/arm/samsung/exynos_soc.c | 8 ++++----
sys/arch/arm/samsung/mct.c | 6 +++---
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (63 lines):
diff -r d33c71227517 -r 78c455e9f229 sys/arch/arm/samsung/exynos_soc.c
--- a/sys/arch/arm/samsung/exynos_soc.c Thu Aug 28 19:55:00 2014 +0000
+++ b/sys/arch/arm/samsung/exynos_soc.c Thu Aug 28 20:29:05 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: exynos_soc.c,v 1.16 2014/08/28 18:02:36 reinoud Exp $ */
+/* $NetBSD: exynos_soc.c,v 1.17 2014/08/28 20:29:05 snj Exp $ */
/*-
* Copyright (c) 2014 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -33,7 +33,7 @@
#define _ARM32_BUS_DMA_PRIVATE
#include <sys/cdefs.h>
-__KERNEL_RCSID(1, "$NetBSD: exynos_soc.c,v 1.16 2014/08/28 18:02:36 reinoud Exp $");
+__KERNEL_RCSID(1, "$NetBSD: exynos_soc.c,v 1.17 2014/08/28 20:29:05 snj Exp $");
#include <sys/param.h>
#include <sys/bus.h>
@@ -195,7 +195,7 @@
/*
- * The latency values used below are `magic' and probably chosen empiricaly.
+ * The latency values used below are `magic' and probably chosen empirically.
* For the 4210 variant the data latency is lower, a 0x110. This is currently
* not enforced.
*
@@ -523,7 +523,7 @@
/*
* XXX KLUDGE ALERT XXX
* The iot mainbus supplies is completely wrong since it scales
- * addresses by 2. The simpliest remedy is to replace with our
+ * addresses by 2. The simplest remedy is to replace with our
* bus space used for the armcore regisers (which armperiph uses).
*/
struct mainbus_attach_args * const mb = aux;
diff -r d33c71227517 -r 78c455e9f229 sys/arch/arm/samsung/mct.c
--- a/sys/arch/arm/samsung/mct.c Thu Aug 28 19:55:00 2014 +0000
+++ b/sys/arch/arm/samsung/mct.c Thu Aug 28 20:29:05 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mct.c,v 1.4 2014/08/28 12:00:58 reinoud Exp $ */
+/* $NetBSD: mct.c,v 1.5 2014/08/28 20:29:05 snj Exp $ */
/*-
* Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
#include <sys/cdefs.h>
-__KERNEL_RCSID(1, "$NetBSD: mct.c,v 1.4 2014/08/28 12:00:58 reinoud Exp $");
+__KERNEL_RCSID(1, "$NetBSD: mct.c,v 1.5 2014/08/28 20:29:05 snj Exp $");
#include <sys/param.h>
#include <sys/bus.h>
@@ -247,7 +247,7 @@
hardclock(cf);
if (sc->sc_has_blink_led) {
- /* we could substract `periods' here */
+ /* we could subtract `periods' here */
sc->sc_led_timer = sc->sc_led_timer - 1;
if (sc->sc_led_timer <= 0) {
sc->sc_led_state = !sc->sc_led_state;
Home |
Main Index |
Thread Index |
Old Index