linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] soc: ti: knav_dma: fix typos in trace message
@ 2016-12-20 22:24 Murali Karicheri
  2016-12-20 22:24 ` [PATCH 2/2] soc: ti: knav: cleanup includes and sort header files Murali Karicheri
  2016-12-21  1:01 ` [PATCH 1/2] soc: ti: knav_dma: fix typos in trace message Santosh Shilimkar
  0 siblings, 2 replies; 5+ messages in thread
From: Murali Karicheri @ 2016-12-20 22:24 UTC (permalink / raw)
  To: ssantosh, linux-kernel, linux-arm-kernel

This patch fixes some typos in the trace message

Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
---
 drivers/soc/ti/knav_dma.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/soc/ti/knav_dma.c b/drivers/soc/ti/knav_dma.c
index 1a7b5ca..ecebe2e 100644
--- a/drivers/soc/ti/knav_dma.c
+++ b/drivers/soc/ti/knav_dma.c
@@ -395,7 +395,7 @@ static int of_channel_match_helper(struct device_node *np, const char *name,
 
 	if (of_parse_phandle_with_fixed_args(np, "ti,navigator-dmas",
 					1, index, &args)) {
-		dev_err(kdev->dev, "Missing the pahndle args name %s\n", name);
+		dev_err(kdev->dev, "Missing the phandle args name %s\n", name);
 		return -ENODEV;
 	}
 
@@ -436,7 +436,7 @@ void *knav_dma_open_channel(struct device *dev, const char *name,
 	}
 
 	dev_dbg(kdev->dev, "initializing %s channel %d from DMA %s\n",
-		  config->direction == DMA_MEM_TO_DEV   ? "transmit" :
+		  config->direction == DMA_MEM_TO_DEV ? "transmit" :
 		  config->direction == DMA_DEV_TO_MEM ? "receive"  :
 		  "unknown", chan_num, instance);
 
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-01-05 19:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-20 22:24 [PATCH 1/2] soc: ti: knav_dma: fix typos in trace message Murali Karicheri
2016-12-20 22:24 ` [PATCH 2/2] soc: ti: knav: cleanup includes and sort header files Murali Karicheri
2016-12-21  1:01 ` [PATCH 1/2] soc: ti: knav_dma: fix typos in trace message Santosh Shilimkar
2017-01-05 19:08   ` Murali Karicheri
2017-01-05 19:13     ` Santosh Shilimkar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).