Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1628882 > unrolled thread
| Started by | SF Markus Elfring <elfring@users.sourceforge.net> |
|---|---|
| First post | 2017-04-22 22:40 +0200 |
| Last post | 2017-04-22 22:40 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH 2/2] dmaengine: zx: Fix a typo in a comment line SF Markus Elfring <elfring@users.sourceforge.net> - 2017-04-22 22:40 +0200
| From | SF Markus Elfring <elfring@users.sourceforge.net> |
|---|---|
| Date | 2017-04-22 22:40 +0200 |
| Subject | [PATCH 2/2] dmaengine: zx: Fix a typo in a comment line |
| Message-ID | <tz9YZ-7sS-13@gated-at.bofh.it> |
From: Markus Elfring <elfring@users.sourceforge.net> Date: Sat, 22 Apr 2017 22:17:11 +0200 Add a missing character in this description for a function call. Signed-off-by: Markus Elfring <elfring@users.sourceforge.net> --- drivers/dma/zx_dma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/dma/zx_dma.c b/drivers/dma/zx_dma.c index 4f7587a100ea..70339cb8fd48 100644 --- a/drivers/dma/zx_dma.c +++ b/drivers/dma/zx_dma.c @@ -886,7 +886,7 @@ static int zx_dma_remove(struct platform_device *op) struct zx_dma_chan *c, *cn; struct zx_dma_dev *d = platform_get_drvdata(op); - /* explictly free the irq */ + /* explicitly free the irq */ devm_free_irq(&op->dev, d->irq, d); dma_async_device_unregister(&d->slave); -- 2.12.2
Back to top | Article view | linux.kernel
csiph-web