Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dmaengine: dw-axi-dmac: Fix trivia typo

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>

authored by

Andy Shevchenko and committed by
Vinod Koul
bdcb2c5d b466a37f

+1 -1
+1 -1
drivers/dma/dw-axi-dmac/dw-axi-dmac.h
··· 75 75 __le32 sstat; 76 76 __le32 dstat; 77 77 __le32 status_lo; 78 - __le32 ststus_hi; 78 + __le32 status_hi; 79 79 __le32 reserved_lo; 80 80 __le32 reserved_hi; 81 81 };