diff options
author | Claudiu Beznea <claudiu.beznea@microchip.com> | 2022-11-17 16:15:46 +0300 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2023-01-18 19:44:22 +0300 |
commit | 610b573e5169336e99092dbf7071fdf08222c3f1 (patch) | |
tree | c0bf6a0e4ae75f9a42b2941ffab325555944c2d5 /drivers/dma/at_xdmac.c | |
parent | faab12342f5a4579f066a9e9dcfa97d3e60cf36f (diff) | |
download | linux-610b573e5169336e99092dbf7071fdf08222c3f1.tar.xz |
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>
Diffstat (limited to 'drivers/dma/at_xdmac.c')
-rw-r--r-- | drivers/dma/at_xdmac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/at_xdmac.c b/drivers/dma/at_xdmac.c index d6c9781cd46a..5e8647b0ce87 100644 --- a/drivers/dma/at_xdmac.c +++ b/drivers/dma/at_xdmac.c @@ -1456,7 +1456,7 @@ at_xdmac_prep_dma_memset_sg(struct dma_chan *chan, struct scatterlist *sgl, static enum dma_status at_xdmac_tx_status(struct dma_chan *chan, dma_cookie_t cookie, - struct dma_tx_state *txstate) + struct dma_tx_state *txstate) { struct at_xdmac_chan *atchan = to_at_xdmac_chan(chan); struct at_xdmac *atxdmac = to_at_xdmac(atchan->chan.device); |