projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b466a37
)
dmaengine: dw-axi-dmac: Fix trivia typo
author
Andy Shevchenko
<andriy.shevchenko@linux.intel.com>
Tue, 8 Jan 2019 15:57:55 +0000
(17:57 +0200)
committer
Vinod Koul
<vkoul@kernel.org>
Tue, 8 Jan 2019 17:06:18 +0000
(22:36 +0530)
Field name ststus_hi should be spelled as status_hi.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/dw-axi-dmac/dw-axi-dmac.h
patch
|
blob
|
history
diff --git
a/drivers/dma/dw-axi-dmac/dw-axi-dmac.h
b/drivers/dma/dw-axi-dmac/dw-axi-dmac.h
index f8888dc0b8dc73a8c7cd5212320f67f461ae105e..18b6014cf9b40bde5ae17bff2a17e929467ab7e6 100644
(file)
--- a/
drivers/dma/dw-axi-dmac/dw-axi-dmac.h
+++ b/
drivers/dma/dw-axi-dmac/dw-axi-dmac.h
@@
-75,7
+75,7
@@
struct __packed axi_dma_lli {
__le32 sstat;
__le32 dstat;
__le32 status_lo;
- __le32 st
s
tus_hi;
+ __le32 st
a
tus_hi;
__le32 reserved_lo;
__le32 reserved_hi;
};