]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - sim/bfin/dv-bfin_dma.c
Copyright year update in most files of the GDB Project.
[thirdparty/binutils-gdb.git] / sim / bfin / dv-bfin_dma.c
index 3d52803dc1a136f0ee77cac149a36876b8a87bda..4c200841e336b1e8cf3213ef3d4d399801296d9c 100644 (file)
@@ -1,6 +1,6 @@
 /* Blackfin Direct Memory Access (DMA) Channel model.
 
-   Copyright (C) 2010-2011 Free Software Foundation, Inc.
+   Copyright (C) 2010-2012 Free Software Foundation, Inc.
    Contributed by Analog Devices, Inc.
 
    This file is part of simulators.
@@ -345,7 +345,7 @@ bfin_dma_io_write_buffer (struct hw *me, const void *source, int space,
          if (nr_bytes == 4)
            *value32p = value;
          else
-          *value16p = value;
+           *value16p = value;
        }
       else
        HW_TRACE ((me, "discarding write while dma running"));
@@ -549,7 +549,8 @@ bfin_dma_finish (struct hw *me)
   dma->peripheral_map = bfin_dmac_default_pmap (me);
 }
 
-const struct hw_descriptor dv_bfin_dma_descriptor[] = {
+const struct hw_descriptor dv_bfin_dma_descriptor[] =
+{
   {"bfin_dma", bfin_dma_finish,},
   {NULL, NULL},
 };