* [PATCH] staging: mt7621-dma: quoted string split across lines
@ 2020-03-20 23:07 Gokce Kuler
0 siblings, 0 replies; 3+ messages in thread
From: Gokce Kuler @ 2020-03-20 23:07 UTC (permalink / raw)
To: outreachy-kernel; +Cc: gregkh
quoted string merge to upper line
Signed-off-by: Gokce Kuler <gokcekuler@gmail.com>
---
drivers/staging/mt7621-dma/mtk-hsdma.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/staging/mt7621-dma/mtk-hsdma.c b/drivers/staging/mt7621-dma/mtk-hsdma.c
index 20b8989..e194dfa 100644
--- a/drivers/staging/mt7621-dma/mtk-hsdma.c
+++ b/drivers/staging/mt7621-dma/mtk-hsdma.c
@@ -209,8 +209,7 @@ static void mtk_hsdma_reset_chan(struct mtk_hsdam_engine *hsdma,
static void hsdma_dump_reg(struct mtk_hsdam_engine *hsdma)
{
dev_dbg(hsdma->ddev.dev, "tbase %08x, tcnt %08x, "
- "tctx %08x, tdtx: %08x, rbase %08x, "
- "rcnt %08x, rctx %08x, rdtx %08x\n",
+ "tctx %08x, tdtx: %08x, rbase %08x,rcnt %08x, rctx %08x, rdtx %08x\n",
mtk_hsdma_read(hsdma, HSDMA_REG_TX_BASE),
mtk_hsdma_read(hsdma, HSDMA_REG_TX_CNT),
mtk_hsdma_read(hsdma, HSDMA_REG_TX_CTX),
--
2.7.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH] staging: mt7621-dma: quoted string split across lines
@ 2020-03-20 23:26 Gokce Kuler
0 siblings, 0 replies; 3+ messages in thread
From: Gokce Kuler @ 2020-03-20 23:26 UTC (permalink / raw)
To: outreachy-kernel; +Cc: gregkh
quoted string merge to upper line
Signed-off-by: Gokce Kuler <gokcekuler@gmail.com>
---
drivers/staging/mt7621-dma/mtk-hsdma.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/staging/mt7621-dma/mtk-hsdma.c b/drivers/staging/mt7621-dma/mtk-hsdma.c
index e194dfa..e619d75a 100644
--- a/drivers/staging/mt7621-dma/mtk-hsdma.c
+++ b/drivers/staging/mt7621-dma/mtk-hsdma.c
@@ -219,8 +219,7 @@ static void hsdma_dump_reg(struct mtk_hsdam_engine *hsdma)
mtk_hsdma_read(hsdma, HSDMA_REG_RX_CRX),
mtk_hsdma_read(hsdma, HSDMA_REG_RX_DRX));
- dev_dbg(hsdma->ddev.dev, "info %08x, glo %08x, delay %08x, "
- "intr_stat %08x, intr_mask %08x\n",
+ dev_dbg(hsdma->ddev.dev, "info %08x, glo %08x, delay %08x, intr_stat %08x, intr_mask %08x\n",
mtk_hsdma_read(hsdma, HSDMA_REG_INFO),
mtk_hsdma_read(hsdma, HSDMA_REG_GLO_CFG),
mtk_hsdma_read(hsdma, HSDMA_REG_DELAY_INT),
--
2.7.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH] staging: mt7621-dma: quoted string split across lines
@ 2020-03-20 23:30 Gokce Kuler
0 siblings, 0 replies; 3+ messages in thread
From: Gokce Kuler @ 2020-03-20 23:30 UTC (permalink / raw)
To: outreachy-kernel; +Cc: gregkh
quoted string merge to upper line
Signed-off-by: Gokce Kuler <gokcekuler@gmail.com>
---
drivers/staging/mt7621-dma/mtk-hsdma.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/staging/mt7621-dma/mtk-hsdma.c b/drivers/staging/mt7621-dma/mtk-hsdma.c
index e619d75a..47f7784 100644
--- a/drivers/staging/mt7621-dma/mtk-hsdma.c
+++ b/drivers/staging/mt7621-dma/mtk-hsdma.c
@@ -241,8 +241,7 @@ static void hsdma_dump_desc(struct mtk_hsdam_engine *hsdma,
tx_desc = &chan->tx_ring[i];
rx_desc = &chan->rx_ring[i];
- dev_dbg(hsdma->ddev.dev, "%d tx addr0: %08x, flags %08x, "
- "tx addr1: %08x, rx addr0 %08x, flags %08x\n",
+ dev_dbg(hsdma->ddev.dev, "%d tx addr0: %08x, flags %08x, tx addr1: %08x, rx addr0 %08x, flags %08x\n",
i, tx_desc->addr0, tx_desc->flags,
tx_desc->addr1, rx_desc->addr0, rx_desc->flags);
}
--
2.7.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-03-20 23:30 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-20 23:26 [PATCH] staging: mt7621-dma: quoted string split across lines Gokce Kuler
-- strict thread matches above, loose matches on Subject: below --
2020-03-20 23:30 Gokce Kuler
2020-03-20 23:07 Gokce Kuler
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.