diff options
| author | Krzysztof Kozlowski <[email protected]> | 2019-05-04 11:52:23 +0200 |
|---|---|---|
| committer | Vinod Koul <[email protected]> | 2019-05-04 15:50:26 +0530 |
| commit | 32685552fdc8a28014f9159a05587e8049fead70 (patch) | |
| tree | 9dcfc8e0a5d7ac50ffb815637d49fc54975b302d | |
| parent | 2a4885abf5fbc2dde4be91a11b00cbce2c923f47 (diff) | |
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]>
| -rw-r--r-- | drivers/dma/fsl-edma-common.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ }; |