[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20220915110516.4160443-3-claudiu.beznea@microchip.com>
Date: Thu, 15 Sep 2022 14:05:15 +0300
From: Claudiu Beznea <claudiu.beznea@...rochip.com>
To: <ludovic.desroches@...rochip.com>, <tudor.ambarus@...rochip.com>,
<vkoul@...nel.org>
CC: <linux-arm-kernel@...ts.infradead.org>,
<dmaengine@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
Claudiu Beznea <claudiu.beznea@...rochip.com>
Subject: [PATCH 2/3] dmaengine: at_xdmac: align properly function members
Align properly function members.
Signed-off-by: Claudiu Beznea <claudiu.beznea@...rochip.com>
---
drivers/dma/at_xdmac.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/dma/at_xdmac.c b/drivers/dma/at_xdmac.c
index 090bab2196ab..a9278bf4c17b 100644
--- a/drivers/dma/at_xdmac.c
+++ b/drivers/dma/at_xdmac.c
@@ -1527,7 +1527,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);
--
2.34.1
Powered by blists - more mailing lists