* [v1] dmaengine: dw-axi-dmac: Fix trivia typo
@ 2019-01-08 17:06 Vinod Koul
0 siblings, 0 replies; 2+ messages in thread
From: Vinod Koul @ 2019-01-08 17:06 UTC (permalink / raw)
To: Andy Shevchenko; +Cc: dmaengine, Eugeniy Paltsev
On 08-01-19, 17:57, Andy Shevchenko wrote:
> Field name ststus_hi should be spelled as status_hi.
Applied, thanks. And it is unused!
^ permalink raw reply [flat|nested] 2+ messages in thread
* [v1] dmaengine: dw-axi-dmac: Fix trivia typo
@ 2019-01-08 15:57 Andy Shevchenko
0 siblings, 0 replies; 2+ messages in thread
From: Andy Shevchenko @ 2019-01-08 15:57 UTC (permalink / raw)
To: Vinod Koul, dmaengine, Eugeniy Paltsev; +Cc: Andy Shevchenko
Field name ststus_hi should be spelled as status_hi.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
drivers/dma/dw-axi-dmac/dw-axi-dmac.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/dma/dw-axi-dmac/dw-axi-dmac.h b/drivers/dma/dw-axi-dmac/dw-axi-dmac.h
index f8888dc0b8dc..18b6014cf9b4 100644
--- 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 ststus_hi;
+ __le32 status_hi;
__le32 reserved_lo;
__le32 reserved_hi;
};
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-01-08 17:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-08 17:06 [v1] dmaengine: dw-axi-dmac: Fix trivia typo Vinod Koul
-- strict thread matches above, loose matches on Subject: below --
2019-01-08 15:57 Andy Shevchenko
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox