Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/external/bsd/vchiq/dist/interface/vchiq_arm Trailing whi...



details:   https://anonhg.NetBSD.org/src/rev/6d8785a75cef
branches:  trunk
changeset: 786279:6d8785a75cef
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Apr 25 04:31:41 2013 +0000

description:
Trailing whitespace

diffstat:

 sys/external/bsd/vchiq/dist/interface/vchiq_arm/vchiq_2835_arm.c |  12 +++++-----
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (52 lines):

diff -r f5c8c848a66e -r 6d8785a75cef sys/external/bsd/vchiq/dist/interface/vchiq_arm/vchiq_2835_arm.c
--- a/sys/external/bsd/vchiq/dist/interface/vchiq_arm/vchiq_2835_arm.c  Thu Apr 25 00:11:35 2013 +0000
+++ b/sys/external/bsd/vchiq/dist/interface/vchiq_arm/vchiq_2835_arm.c  Thu Apr 25 04:31:41 2013 +0000
@@ -279,7 +279,7 @@
 
        bi->buf = buf;
        bi->size = size;
-       bi->pagelist_size = sizeof(PAGELIST_T) + 
+       bi->pagelist_size = sizeof(PAGELIST_T) +
            (maxsegs * sizeof(unsigned long));
        bi->vmspace = curproc->p_vmspace;
 
@@ -322,10 +322,10 @@
                        goto fail5;
                }
        }
-       
+
        ret = bus_dmamap_create(&bcm2835_bus_dma_tag, size, maxsegs, size, 0,
            BUS_DMA_WAITOK, &bi->dmamap);
-       
+
        if (ret != 0)
                goto fail6;
 
@@ -369,7 +369,7 @@
                pagelist->type = PAGELIST_READ_WITH_FRAGMENTS +
                    (fragments - g_fragments_base);
        }
-       
+
        /*
         * Store the BULKINFO_T address in remote_data, which isn't used by the
         * slave.
@@ -394,7 +394,7 @@
 
 fail5:
        bus_dmamap_unload(&bcm2835_bus_dma_tag, bi->pagelist_map);
-       
+
 fail4:
        bus_dmamap_destroy(&bcm2835_bus_dma_tag, bi->pagelist_map);
 
@@ -404,7 +404,7 @@
 fail2:
        bus_dmamem_free(&bcm2835_bus_dma_tag, bi->pagelist_sgs,
            __arraycount(bi->pagelist_sgs));
-       
+
 fail1:
        kmem_free(bi, sizeof(*bi));
 



Home | Main Index | Thread Index | Old Index