diff mbox series

dmaengine: iop-adma: clean up an indentation issue

Message ID 20191112191143.282814-1-colin.king@canonical.com (mailing list archive)
State Accepted
Headers show
Series dmaengine: iop-adma: clean up an indentation issue | expand

Commit Message

Colin King Nov. 12, 2019, 7:11 p.m. UTC
From: Colin Ian King <colin.king@canonical.com>

There is a statement that is indented too deeply, remove
the extraneous indentation.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/dma/iop-adma.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Vinod Koul Nov. 14, 2019, 4:58 a.m. UTC | #1
On 12-11-19, 19:11, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> There is a statement that is indented too deeply, remove
> the extraneous indentation.

Applied, thanks
diff mbox series

Patch

diff --git a/drivers/dma/iop-adma.c b/drivers/dma/iop-adma.c
index 4dc5478fc156..db0e274126fb 100644
--- a/drivers/dma/iop-adma.c
+++ b/drivers/dma/iop-adma.c
@@ -173,7 +173,7 @@  static void __iop_adma_slot_cleanup(struct iop_adma_chan *iop_chan)
 					&iop_chan->chain, chain_node) {
 					zero_sum_result |=
 					    iop_desc_get_zero_result(grp_iter);
-					    pr_debug("\titer%d result: %d\n",
+					pr_debug("\titer%d result: %d\n",
 					    grp_iter->idx, zero_sum_result);
 					slot_cnt -= slots_per_op;
 					if (slot_cnt == 0)