Module Name: src Committed By: snj Date: Thu Aug 28 20:29:05 UTC 2014
Modified Files: src/sys/arch/arm/samsung: exynos_soc.c mct.c Log Message: tyop police To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/arch/arm/samsung/exynos_soc.c cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/samsung/mct.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/arm/samsung/exynos_soc.c diff -u src/sys/arch/arm/samsung/exynos_soc.c:1.16 src/sys/arch/arm/samsung/exynos_soc.c:1.17 --- src/sys/arch/arm/samsung/exynos_soc.c:1.16 Thu Aug 28 18:02:36 2014 +++ src/sys/arch/arm/samsung/exynos_soc.c Thu Aug 28 20:29:05 2014 @@ -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 @@ exynos_cpu_boot(int cpu) /* - * 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 @@ exynos_device_register(device_t self, vo /* * 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; Index: src/sys/arch/arm/samsung/mct.c diff -u src/sys/arch/arm/samsung/mct.c:1.4 src/sys/arch/arm/samsung/mct.c:1.5 --- src/sys/arch/arm/samsung/mct.c:1.4 Thu Aug 28 12:00:58 2014 +++ src/sys/arch/arm/samsung/mct.c Thu Aug 28 20:29:05 2014 @@ -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 @@ clockhandler(void *arg) 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;