staging: mt7621-dma: Fix Pointer Location

Fixes checkpatch error: POINTER_LOCATION

Signed-off-by: Christian Lütke-Stetzkamp <christian@lkamp.de>
Reviewed-by: NeilBrown <neil@brown.name>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Christian Lütke-Stetzkamp 2018-03-21 23:25:32 +01:00 committed by Greg Kroah-Hartman
parent b90a6e10f1
commit c91034b21d
2 changed files with 2 additions and 2 deletions

View file

@ -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)
{

View file

@ -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)
{