projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdc3e30
)
dmaengine: iop-adma: clean up an indentation issue
author
Colin Ian King
<colin.king@canonical.com>
Tue, 12 Nov 2019 19:11:43 +0000
(19:11 +0000)
committer
Vinod Koul
<vkoul@kernel.org>
Thu, 14 Nov 2019 04:57:37 +0000
(10:27 +0530)
There is a statement that is indented too deeply, remove
the extraneous indentation.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Link:
https://lore.kernel.org/r/20191112191143.282814-1-colin.king@canonical.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/iop-adma.c
patch
|
blob
|
history
diff --git
a/drivers/dma/iop-adma.c
b/drivers/dma/iop-adma.c
index 4dc5478fc156f0d213c43bd7955058953181dc15..db0e274126fb7c4b6e779108732523b76fdde12f 100644
(file)
--- 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)