dmaengine: imx-sdma: Fix some typos
authorVinod Koul <vkoul@kernel.org>
Mon, 2 Jul 2018 13:04:02 +0000 (18:34 +0530)
committerVinod Koul <vkoul@kernel.org>
Mon, 2 Jul 2018 13:04:02 +0000 (18:34 +0530)
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/imx-sdma.c

index 7dab7e949efaba20bad5af293df4279f7f8b8b99..d650065f42dd6e0c62a62ad5450474c358446716 100644 (file)
@@ -297,9 +297,9 @@ struct sdma_engine;
  * @buf_ptail          ID of the previous buffer that was processed
  * @period_len         period length, used in cyclic.
  * @chn_real_count     the real count updated from bd->mode.count
- * @chn_count          the transfer count setuped
+ * @chn_count          the transfer count set
  * @sdmac              sdma_channel pointer
- * @bd                 pointer of alloced bd
+ * @bd                 pointer of allocate bd
  */
 struct sdma_desc {
        struct virt_dma_desc    vd;
@@ -708,7 +708,7 @@ static void sdma_start_desc(struct sdma_channel *sdmac)
        sdmac->desc = desc = to_sdma_desc(&vd->tx);
        /*
         * Do not delete the node in desc_issued list in cyclic mode, otherwise
-        * the desc alloced will never be freed in vchan_dma_desc_free_list
+        * the desc allocated will never be freed in vchan_dma_desc_free_list
         */
        if (!(sdmac->flags & IMX_DMA_SG_LOOP))
                list_del(&vd->node);