mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
dmaengine: fsl-edma: Fix typo in Vybrid name
Fix typo in comment for Vybrid SoC family. Signed-off-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Vinod Koul <[email protected]>
This commit is contained in:
committed by
Vinod Koul
parent
2a4885abf5
commit
32685552fd
@@ -136,7 +136,7 @@ struct fsl_edma_desc {
|
||||
};
|
||||
|
||||
enum edma_version {
|
||||
v1, /* 32ch, Vybdir, mpc57x, etc */
|
||||
v1, /* 32ch, Vybrid, mpc57x, etc */
|
||||
v2, /* 64ch Coldfire */
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user