Fixes checkpatch error: SPACING
Signed-off-by: Christian Lütke-Stetzkamp <[email protected]>
---
drivers/staging/mt7621-dma/mtk-hsdma.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/mt7621-dma/mtk-hsdma.c
b/drivers/staging/mt7621-dma/mtk-hsdma.c
index 507cb68e7808..3ac120e42f3d 100644
--- a/drivers/staging/mt7621-dma/mtk-hsdma.c
+++ b/drivers/staging/mt7621-dma/mtk-hsdma.c
@@ -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");
}
}
--
2.13.6
_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel