Skip to content

Commit

Permalink
dmaengine: xilinx_dma: Fix typos
Browse files Browse the repository at this point in the history
some typos is comments, so fix them up
/s/enusres/ensures
/s/descripotrs/descriptors
/s/Submited/Submitted
/s/pollling/polling

Signed-off-by: Vinod Koul <[email protected]>
  • Loading branch information
Vinod Koul authored and commodo committed Feb 13, 2019
1 parent da229c7 commit 17529e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/dma/xilinx/xilinx_dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -2505,9 +2505,9 @@ static int xilinx_dma_chan_probe(struct xilinx_dma_device *xdev,
chan->has_sg = xdev->has_sg;
chan->desc_pendingcount = 0x0;
chan->ext_addr = xdev->ext_addr;
/* This variable enusres that descripotrs are not
* Submited when dma engine is in progress. This variable is
* Added to avoid pollling for a bit in the status register to
/* This variable ensures that descriptors are not
* Submitted when dma engine is in progress. This variable is
* Added to avoid polling for a bit in the status register to
* Know dma state in the driver hot path.
*/
chan->idle = true;
Expand Down

0 comments on commit 17529e9

Please sign in to comment.