mirror of https://gitee.com/openkylin/linux.git
Staging: mt761-dma: Alignment should match open parenthesis
Adjust "dev_dbg" parameters to match alignment with open parenthesis Issue found with checkpatch.pl Signed-off-by: Bhanusree Pola <bhanusreemahesh@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
c4d8416c85
commit
d8d2785be2
|
@ -242,7 +242,7 @@ static void hsdma_dump_desc(struct mtk_hsdam_engine *hsdma,
|
|||
int i;
|
||||
|
||||
dev_dbg(hsdma->ddev.dev, "tx idx: %d, rx idx: %d\n",
|
||||
chan->tx_idx, chan->rx_idx);
|
||||
chan->tx_idx, chan->rx_idx);
|
||||
|
||||
for (i = 0; i < HSDMA_DESCS_NUM; i++) {
|
||||
tx_desc = &chan->tx_ring[i];
|
||||
|
|
Loading…
Reference in New Issue