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: at_xdmac: align properly function members

Align properly function members.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Link: https://lore.kernel.org/r/20221117131547.293044-3-claudiu.beznea@microchip.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Claudiu Beznea and committed by
Vinod Koul
610b573e faab1234

+1 -1
+1 -1
drivers/dma/at_xdmac.c
··· 1456 1456 1457 1457 static enum dma_status 1458 1458 at_xdmac_tx_status(struct dma_chan *chan, dma_cookie_t cookie, 1459 - struct dma_tx_state *txstate) 1459 + struct dma_tx_state *txstate) 1460 1460 { 1461 1461 struct at_xdmac_chan *atchan = to_at_xdmac_chan(chan); 1462 1462 struct at_xdmac *atxdmac = to_at_xdmac(atchan->chan.device);