From: Claudiu Beznea Date: Thu, 17 Nov 2022 13:15:46 +0000 (+0200) Subject: dmaengine: at_xdmac: align properly function members X-Git-Tag: v6.3-rc1~98^2~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=610b573e5169336e99092dbf7071fdf08222c3f1;p=thirdparty%2Fkernel%2Fstable.git dmaengine: at_xdmac: align properly function members Align properly function members. Signed-off-by: Claudiu Beznea Link: https://lore.kernel.org/r/20221117131547.293044-3-claudiu.beznea@microchip.com Signed-off-by: Vinod Koul --- diff --git a/drivers/dma/at_xdmac.c b/drivers/dma/at_xdmac.c index d6c9781cd46af..5e8647b0ce87e 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);