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 Wrap some long lines
details: https://anonhg.NetBSD.org/src/rev/9ac392086734
branches: trunk
changeset: 320864:9ac392086734
user: skrll <skrll%NetBSD.org@localhost>
date: Sat Mar 03 16:16:24 2018 +0000
description:
Wrap some long lines
diffstat:
sys/arch/arm/arm32/bus_dma.c | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
diffs (39 lines):
diff -r 720086ed1615 -r 9ac392086734 sys/arch/arm/arm32/bus_dma.c
--- a/sys/arch/arm/arm32/bus_dma.c Sat Mar 03 16:14:06 2018 +0000
+++ b/sys/arch/arm/arm32/bus_dma.c Sat Mar 03 16:16:24 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bus_dma.c,v 1.102 2018/03/03 16:14:06 skrll Exp $ */
+/* $NetBSD: bus_dma.c,v 1.103 2018/03/03 16:16:24 skrll Exp $ */
/*-
* Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.
@@ -35,7 +35,7 @@
#include "opt_arm_bus_space.h"
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.102 2018/03/03 16:14:06 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.103 2018/03/03 16:16:24 skrll Exp $");
#include <sys/param.h>
#include <sys/bus.h>
@@ -316,8 +316,8 @@
void *mapstore;
#ifdef DEBUG_DMA
- printf("dmamap_create: t=%p size=%lx nseg=%x msegsz=%lx boundary=%lx flags=%x\n",
- t, size, nsegments, maxsegsz, boundary, flags);
+ printf("dmamap_create: t=%p size=%lx nseg=%x msegsz=%lx boundary=%lx"
+ " flags=%x\n", t, size, nsegments, maxsegsz, boundary, flags);
#endif /* DEBUG_DMA */
/*
@@ -792,7 +792,8 @@
}
static void
-_bus_dmamap_sync_segment(vaddr_t va, paddr_t pa, vsize_t len, int ops, bool readonly_p)
+_bus_dmamap_sync_segment(vaddr_t va, paddr_t pa, vsize_t len, int ops,
+ bool readonly_p)
{
KASSERTMSG((va & PAGE_MASK) == (pa & PAGE_MASK),
"va %#lx pa %#lx", va, pa);
Home |
Main Index |
Thread Index |
Old Index