Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/arm32 style fix
details: https://anonhg.NetBSD.org/src/rev/6c8d53b036b0
branches: trunk
changeset: 948182:6c8d53b036b0
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Sun Dec 20 10:34:33 2020 +0000
description:
style fix
diffstat:
sys/arch/arm/arm32/bus_dma.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r b321be77a7da -r 6c8d53b036b0 sys/arch/arm/arm32/bus_dma.c
--- a/sys/arch/arm/arm32/bus_dma.c Sun Dec 20 10:19:30 2020 +0000
+++ b/sys/arch/arm/arm32/bus_dma.c Sun Dec 20 10:34:33 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bus_dma.c,v 1.127 2020/12/19 23:22:18 jmcneill Exp $ */
+/* $NetBSD: bus_dma.c,v 1.128 2020/12/20 10:34:33 jmcneill Exp $ */
/*-
* Copyright (c) 1996, 1997, 1998, 2020 The NetBSD Foundation, Inc.
@@ -36,7 +36,7 @@
#include "opt_cputypes.h"
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.127 2020/12/19 23:22:18 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.128 2020/12/20 10:34:33 jmcneill Exp $");
#include <sys/param.h>
@@ -1196,7 +1196,7 @@
return;
}
-#if !defined( ARM_MMU_EXTENDED)
+#if !defined(ARM_MMU_EXTENDED)
/*
* If the mapping belongs to a non-kernel vmspace, and the
* vmspace has not been active since the last time a full
Home |
Main Index |
Thread Index |
Old Index