diff options
author | Ira Snyder <iws@ovro.caltech.edu> | 2011-03-03 10:54:57 +0300 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2011-03-12 04:52:36 +0300 |
commit | 31f4306c83a2daa3e348056b720de511bffe5a9b (patch) | |
tree | a11e82cde6d5ce8098c9fd02c7069be74b400517 /drivers/dma/fsldma.h | |
parent | 0ab09c36818ca88f65c88f4d8c6d067fbf10578d (diff) | |
download | linux-31f4306c83a2daa3e348056b720de511bffe5a9b.tar.xz |
fsldma: minor codingstyle and consistency fixes
This fixes some minor violations of the coding style. It also changes
the style of the device_prep_dma_*() function definitions so they are
identical.
Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'drivers/dma/fsldma.h')
-rw-r--r-- | drivers/dma/fsldma.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/dma/fsldma.h b/drivers/dma/fsldma.h index 113e7134010b..49189dacd5f4 100644 --- a/drivers/dma/fsldma.h +++ b/drivers/dma/fsldma.h @@ -102,8 +102,8 @@ struct fsl_desc_sw { } __attribute__((aligned(32))); struct fsldma_chan_regs { - u32 mr; /* 0x00 - Mode Register */ - u32 sr; /* 0x04 - Status Register */ + u32 mr; /* 0x00 - Mode Register */ + u32 sr; /* 0x04 - Status Register */ u64 cdar; /* 0x08 - Current descriptor address register */ u64 sar; /* 0x10 - Source Address Register */ u64 dar; /* 0x18 - Destination Address Register */ |