From: Andy Shevchenko Date: Tue, 8 Jan 2019 15:57:55 +0000 (+0200) Subject: dmaengine: dw-axi-dmac: Fix trivia typo X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=bdcb2c5d5ed0f100ae21decd30f0b2556b738b72;p=linux.git dmaengine: dw-axi-dmac: Fix trivia typo Field name ststus_hi should be spelled as status_hi. Signed-off-by: Andy Shevchenko Signed-off-by: Vinod Koul --- diff --git a/drivers/dma/dw-axi-dmac/dw-axi-dmac.h b/drivers/dma/dw-axi-dmac/dw-axi-dmac.h index f8888dc0b8dc7..18b6014cf9b40 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; };