Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dmaengine: fsl-edma: Fix typo in Vybrid name

Fix typo in comment for Vybrid SoC family.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Krzysztof Kozlowski and committed by
Vinod Koul
32685552 2a4885ab

+1 -1
+1 -1
drivers/dma/fsl-edma-common.h
··· 136 136 }; 137 137 138 138 enum edma_version { 139 - v1, /* 32ch, Vybdir, mpc57x, etc */ 139 + v1, /* 32ch, Vybrid, mpc57x, etc */ 140 140 v2, /* 64ch Coldfire */ 141 141 }; 142 142