]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
dmaengine: dw-axi-dmac: Fix trivia typo
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 8 Jan 2019 15:57:55 +0000 (17:57 +0200)
committerVinod 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

index f8888dc0b8dc73a8c7cd5212320f67f461ae105e..18b6014cf9b40bde5ae17bff2a17e929467ab7e6 100644 (file)
@@ -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;
 };