Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 32685552 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Vinod Koul
Browse files

dmaengine: fsl-edma: Fix typo in Vybrid name



Fix typo in comment for Vybrid SoC family.

Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent 2a4885ab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -136,7 +136,7 @@ struct fsl_edma_desc {
};

enum edma_version {
	v1, /* 32ch, Vybdir, mpc57x, etc */
	v1, /* 32ch, Vybrid, mpc57x, etc */
	v2, /* 64ch Coldfire */
};