diff mbox series

[1/2] dmaengine: fsl-edma: Fix typo in Vybrid name

Message ID 20190504095225.23883-1-krzk@kernel.org (mailing list archive)
State Mainlined
Commit 32685552fdc8a28014f9159a05587e8049fead70
Headers show
Series [1/2] dmaengine: fsl-edma: Fix typo in Vybrid name | expand

Commit Message

Krzysztof Kozlowski May 4, 2019, 9:52 a.m. UTC
Fix typo in comment for Vybrid SoC family.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
 drivers/dma/fsl-edma-common.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Vinod Koul May 4, 2019, 10:21 a.m. UTC | #1
On 04-05-19, 11:52, Krzysztof Kozlowski wrote:
> Fix typo in comment for Vybrid SoC family.

Applied both in the series and ignore the (3rd?) usb patch! thanks
diff mbox series

Patch

diff --git a/drivers/dma/fsl-edma-common.h b/drivers/dma/fsl-edma-common.h
index b435d8e1e3a1..c53f76eeb4d3 100644
--- a/drivers/dma/fsl-edma-common.h
+++ b/drivers/dma/fsl-edma-common.h
@@ -136,7 +136,7 @@  struct fsl_edma_desc {
 };
 
 enum edma_version {
-	v1, /* 32ch, Vybdir, mpc57x, etc */
+	v1, /* 32ch, Vybrid, mpc57x, etc */
 	v2, /* 64ch Coldfire */
 };