mirror of
https://github.com/torvalds/linux.git
synced 2026-05-29 17:43:52 +02:00
staging: mt7621-dma: Fix Spacing
Fixes checkpatch error: SPACING 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:
parent
c91034b21d
commit
f22d82420f
|
|
@ -510,7 +510,7 @@ static void mtk_hsdma_tx(struct mtk_hsdam_engine *hsdma)
|
|||
if (chan->desc) {
|
||||
mtk_hsdma_start_transfer(hsdma, chan);
|
||||
} else
|
||||
dev_dbg(hsdma->ddev.dev,"chan 0 no desc to issue\n");
|
||||
dev_dbg(hsdma->ddev.dev, "chan 0 no desc to issue\n");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user