]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/dma/coh901318.c
Fix common misspellings
[mirror_ubuntu-bionic-kernel.git] / drivers / dma / coh901318.c
index 00deabd9a04b2222734d024c4ea02a7138e05ea4..f48e54006518e9929cbae1c2af2cf135a4edaa13 100644 (file)
@@ -529,7 +529,7 @@ static void coh901318_pause(struct dma_chan *chan)
        val = readl(virtbase + COH901318_CX_CFG +
                    COH901318_CX_CFG_SPACING * channel);
 
-       /* Stopping infinit transfer */
+       /* Stopping infinite transfer */
        if ((val & COH901318_CX_CTRL_TC_ENABLE) == 0 &&
            (val & COH901318_CX_CFG_CH_ENABLE))
                cohc->stopped = 1;