Staging: mt761-dma: Alignment should match open parenthesis
authorBhanusree Pola <bhanusreemahesh@gmail.com>
Tue, 26 Feb 2019 00:36:26 +0000 (06:06 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 26 Feb 2019 10:40:07 +0000 (11:40 +0100)
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>
drivers/staging/mt7621-dma/mtk-hsdma.c

index 4426c0e386f8f7acabe38a2308e7ea454ea39d21..7b2cdd2829a5543417d1e7168cd519fad4b2638c 100644 (file)
@@ -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];