]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/gpu/drm/nouveau/nouveau_channel.c
Fix common misspellings
[mirror_ubuntu-bionic-kernel.git] / drivers / gpu / drm / nouveau / nouveau_channel.c
index 3837090d66af71bfab695a06ef8d11640c4121c2..4cea35c57d15a4582ac0dfbd76add6b9934e9317 100644 (file)
@@ -200,7 +200,7 @@ nouveau_channel_alloc(struct drm_device *dev, struct nouveau_channel **chan_ret,
        /* disable the fifo caches */
        pfifo->reassign(dev, false);
 
-       /* Construct inital RAMFC for new channel */
+       /* Construct initial RAMFC for new channel */
        ret = pfifo->create_context(chan);
        if (ret) {
                nouveau_channel_put(&chan);
@@ -278,7 +278,7 @@ nouveau_channel_put_unlocked(struct nouveau_channel **pchan)
                return;
        }
 
-       /* noone wants the channel anymore */
+       /* no one wants the channel anymore */
        NV_DEBUG(dev, "freeing channel %d\n", chan->id);
        nouveau_debugfs_channel_fini(chan);