Merge tag 'pci-v5.18-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
[sfrench/cifs-2.6.git] / drivers / dma / ti / cppi41.c
index 8c2f7ebe998c0ba1ec290fa6b6ac4083424daf88..062bd9bd4de00e23408f53c909838a6ce07c9a93 100644 (file)
@@ -315,7 +315,7 @@ static irqreturn_t cppi41_irq(int irq, void *data)
                val = cppi_readl(cdd->qmgr_mem + QMGR_PEND(i));
                if (i == QMGR_PENDING_SLOT_Q(first_completion_queue) && val) {
                        u32 mask;
-                       /* set corresponding bit for completetion Q 93 */
+                       /* set corresponding bit for completion Q 93 */
                        mask = 1 << QMGR_PENDING_BIT_Q(first_completion_queue);
                        /* not set all bits for queues less than Q 93 */
                        mask--;
@@ -703,7 +703,7 @@ static int cppi41_tear_down_chan(struct cppi41_channel *c)
         * transfer descriptor followed by TD descriptor. Waiting seems not to
         * cause any difference.
         * RX seems to be thrown out right away. However once the TearDown
-        * descriptor gets through we are done. If we have seens the transfer
+        * descriptor gets through we are done. If we have seen the transfer
         * descriptor before the TD we fetch it from enqueue, it has to be
         * there waiting for us.
         */
@@ -747,7 +747,7 @@ static int cppi41_stop_chan(struct dma_chan *chan)
                struct cppi41_channel *cc, *_ct;
 
                /*
-                * channels might still be in the pendling list if
+                * channels might still be in the pending list if
                 * cppi41_dma_issue_pending() is called after
                 * cppi41_runtime_suspend() is called
                 */