All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dmaengine: timb_dma: fix spelling mistake: "Couldnt" -> "Couldn't"
@ 2017-12-01  9:25 ` Colin King
  0 siblings, 0 replies; 4+ messages in thread
From: Colin King @ 2017-12-01  9:25 UTC (permalink / raw)
  To: Vinod Koul, Dan Williams, dmaengine; +Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

Trivial fix to spelling mistake in dev_err error message text.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/dma/timb_dma.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/dma/timb_dma.c b/drivers/dma/timb_dma.c
index 896bafb7a532..395c698edb4d 100644
--- a/drivers/dma/timb_dma.c
+++ b/drivers/dma/timb_dma.c
@@ -422,7 +422,7 @@ static int td_alloc_chan_resources(struct dma_chan *chan)
 				break;
 			else {
 				dev_err(chan2dev(chan),
-					"Couldnt allocate any descriptors\n");
+					"Couldn't allocate any descriptors\n");
 				return -ENOMEM;
 			}
 		}
-- 
2.14.1

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

* [PATCH] dmaengine: timb_dma: fix spelling mistake: "Couldnt" -> "Couldn't"
@ 2017-12-01  9:25 ` Colin King
  0 siblings, 0 replies; 4+ messages in thread
From: Colin King @ 2017-12-01  9:25 UTC (permalink / raw)
  To: Vinod Koul, Dan Williams, dmaengine; +Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

Trivial fix to spelling mistake in dev_err error message text.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/dma/timb_dma.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/dma/timb_dma.c b/drivers/dma/timb_dma.c
index 896bafb7a532..395c698edb4d 100644
--- a/drivers/dma/timb_dma.c
+++ b/drivers/dma/timb_dma.c
@@ -422,7 +422,7 @@ static int td_alloc_chan_resources(struct dma_chan *chan)
 				break;
 			else {
 				dev_err(chan2dev(chan),
-					"Couldnt allocate any descriptors\n");
+					"Couldn't allocate any descriptors\n");
 				return -ENOMEM;
 			}
 		}
-- 
2.14.1


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

* Re: [PATCH] dmaengine: timb_dma: fix spelling mistake: "Couldnt" -> "Couldn't"
  2017-12-01  9:25 ` Colin King
@ 2017-12-11  3:39   ` Vinod Koul
  -1 siblings, 0 replies; 4+ messages in thread
From: Vinod Koul @ 2017-12-11  3:27 UTC (permalink / raw)
  To: Colin King; +Cc: Dan Williams, dmaengine, kernel-janitors, linux-kernel

On Fri, Dec 01, 2017 at 09:25:28AM +0000, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> Trivial fix to spelling mistake in dev_err error message text.

Applied, thanks

-- 
~Vinod

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

* Re: [PATCH] dmaengine: timb_dma: fix spelling mistake: "Couldnt" -> "Couldn't"
@ 2017-12-11  3:39   ` Vinod Koul
  0 siblings, 0 replies; 4+ messages in thread
From: Vinod Koul @ 2017-12-11  3:39 UTC (permalink / raw)
  To: Colin King; +Cc: Dan Williams, dmaengine, kernel-janitors, linux-kernel

On Fri, Dec 01, 2017 at 09:25:28AM +0000, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> Trivial fix to spelling mistake in dev_err error message text.

Applied, thanks

-- 
~Vinod

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

end of thread, other threads:[~2017-12-11  3:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-01  9:25 [PATCH] dmaengine: timb_dma: fix spelling mistake: "Couldnt" -> "Couldn't" Colin King
2017-12-01  9:25 ` Colin King
2017-12-11  3:27 ` Vinod Koul
2017-12-11  3:39   ` Vinod Koul

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.