aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/staging/mt7621-dma
diff options
context:
space:
mode:
authorBhanusree Pola <bhanusreemahesh@gmail.com>2019-02-26 06:06:26 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-02-26 11:40:07 +0100
commitd8d2785be247d417b9932e9948881a42fad99b8b (patch)
tree321bc7f0d1f50f6347a7e899c4f2250acdf96f18 /drivers/staging/mt7621-dma
parentStaging: mt7621_dma: Prefer unsigned int over just unsigned (diff)
downloadwireguard-linux-d8d2785be247d417b9932e9948881a42fad99b8b.tar.xz
wireguard-linux-d8d2785be247d417b9932e9948881a42fad99b8b.zip
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>
Diffstat (limited to 'drivers/staging/mt7621-dma')
-rw-r--r--drivers/staging/mt7621-dma/mtk-hsdma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/mt7621-dma/mtk-hsdma.c b/drivers/staging/mt7621-dma/mtk-hsdma.c
index 4426c0e386f8..7b2cdd2829a5 100644
--- a/drivers/staging/mt7621-dma/mtk-hsdma.c
+++ b/drivers/staging/mt7621-dma/mtk-hsdma.c
@@ -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];