Fixes checkpatch error: POINTER_LOCATION
Signed-off-by: Christian Lütke-Stetzkamp <[email protected]>
---
drivers/staging/mt7621-dma/mtk-hsdma.c | 2 +-
drivers/staging/mt7621-dma/ralink-gdma.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/mt7621-dma/mtk-hsdma.c
b/drivers/staging/mt7621-dma/mtk-hsdma.c
index 5eba86e2d566..507cb68e7808 100644
--- a/drivers/staging/mt7621-dma/mtk-hsdma.c
+++ b/drivers/staging/mt7621-dma/mtk-hsdma.c
@@ -462,7 +462,7 @@ static void mtk_hsdma_issue_pending(struct dma_chan *c)
spin_unlock_bh(&chan->vchan.lock);
}
-static struct dma_async_tx_descriptor * mtk_hsdma_prep_dma_memcpy(
+static struct dma_async_tx_descriptor *mtk_hsdma_prep_dma_memcpy(
struct dma_chan *c, dma_addr_t dest, dma_addr_t src,
size_t len, unsigned long flags)
{
diff --git a/drivers/staging/mt7621-dma/ralink-gdma.c
b/drivers/staging/mt7621-dma/ralink-gdma.c
index 23ddd64eb1b3..b550385a4519 100644
--- a/drivers/staging/mt7621-dma/ralink-gdma.c
+++ b/drivers/staging/mt7621-dma/ralink-gdma.c
@@ -569,7 +569,7 @@ static struct dma_async_tx_descriptor
*gdma_dma_prep_slave_sg(
return NULL;
}
-static struct dma_async_tx_descriptor * gdma_dma_prep_dma_memcpy(
+static struct dma_async_tx_descriptor *gdma_dma_prep_dma_memcpy(
struct dma_chan *c, dma_addr_t dest, dma_addr_t src,
size_t len, unsigned long flags)
{
--
2.13.6
_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel