summaryrefslogtreecommitdiffstats
path: root/drivers/dma
diff options
context:
space:
mode:
authorVinod Koul <vinod.koul@intel.com>2017-12-18 10:48:05 +0530
committerVinod Koul <vinod.koul@intel.com>2017-12-18 10:48:08 +0530
commit3093186898b06a2eda0bf02329fff6754b6cbfe3 (patch)
tree597ed640132478d630899e1a6589d9b895cfa680 /drivers/dma
parentc7a03599b58f116362d4ed0e548df7374a563916 (diff)
downloadlinux-0-day-3093186898b06a2eda0bf02329fff6754b6cbfe3.tar.gz
linux-0-day-3093186898b06a2eda0bf02329fff6754b6cbfe3.tar.xz
dmaengine: xilinx_dma: Fix typos
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 <vinod.koul@intel.com>
Diffstat (limited to 'drivers/dma')
-rw-r--r--drivers/dma/xilinx/xilinx_dma.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/dma/xilinx/xilinx_dma.c b/drivers/dma/xilinx/xilinx_dma.c
index 52e2f186c814b..88d317de69083 100644
--- a/drivers/dma/xilinx/xilinx_dma.c
+++ b/drivers/dma/xilinx/xilinx_dma.c
@@ -2360,9 +2360,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;