Commit f22d8242 authored by Christian Lütke-Stetzkamp's avatar Christian Lütke-Stetzkamp Committed by Greg Kroah-Hartman

staging: mt7621-dma: Fix Spacing

Fixes checkpatch error: SPACING
Signed-off-by: default avatarChristian Lütke-Stetzkamp <christian@lkamp.de>
Reviewed-by: default avatarNeilBrown <neil@brown.name>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c91034b2
......@@ -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");
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment