Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1585613 > unrolled thread
| Started by | Colin King <colin.king@canonical.com> |
|---|---|
| First post | 2017-02-21 19:40 +0100 |
| Last post | 2017-02-22 03:50 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] dmaengine: stm32-dma: fix up error dev_err message Colin King <colin.king@canonical.com> - 2017-02-21 19:40 +0100
Re: [PATCH] dmaengine: stm32-dma: fix up error dev_err message Vinod Koul <vinod.koul@intel.com> - 2017-02-22 03:50 +0100
| From | Colin King <colin.king@canonical.com> |
|---|---|
| Date | 2017-02-21 19:40 +0100 |
| Subject | [PATCH] dmaengine: stm32-dma: fix up error dev_err message |
| Message-ID | <tdnvZ-6me-29@gated-at.bofh.it> |
From: Colin Ian King <colin.king@canonical.com>
Trivial fix to spelling mistake and make channel plural.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
drivers/dma/stm32-dma.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/dma/stm32-dma.c b/drivers/dma/stm32-dma.c
index 49f86ca..786fc8f 100644
--- a/drivers/dma/stm32-dma.c
+++ b/drivers/dma/stm32-dma.c
@@ -1008,7 +1008,7 @@ static struct dma_chan *stm32_dma_of_xlate(struct of_phandle_args *dma_spec,
c = dma_get_slave_channel(&chan->vchan.chan);
if (!c) {
- dev_err(dev, "No more channel avalaible\n");
+ dev_err(dev, "No more channels available\n");
return NULL;
}
--
2.10.2
[toc] | [next] | [standalone]
| From | Vinod Koul <vinod.koul@intel.com> |
|---|---|
| Date | 2017-02-22 03:50 +0100 |
| Message-ID | <tdvaa-37s-11@gated-at.bofh.it> |
| In reply to | #1585613 |
On Tue, Feb 21, 2017 at 06:30:45PM +0000, Colin King wrote: > From: Colin Ian King <colin.king@canonical.com> > > Trivial fix to spelling mistake and make channel plural. Applied, thanks -- ~Vinod
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web