]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/input/joydev.c
Fix common misspellings
[mirror_ubuntu-bionic-kernel.git] / drivers / input / joydev.c
index 3182c9cd1b0ed4989d8617d7c3fb49b219c58612..5688b5c88f2491a15b173b0a6f6a6e1c7998a5e5 100644 (file)
@@ -758,7 +758,7 @@ static void joydev_remove_chrdev(struct joydev *joydev)
 }
 
 /*
- * Mark device non-existant. This disables writes, ioctls and
+ * Mark device non-existent. This disables writes, ioctls and
  * prevents new users from opening the device. Already posted
  * blocking reads will stay, however new ones will fail.
  */
@@ -777,7 +777,7 @@ static void joydev_cleanup(struct joydev *joydev)
        joydev_hangup(joydev);
        joydev_remove_chrdev(joydev);
 
-       /* joydev is marked dead so noone else accesses joydev->open */
+       /* joydev is marked dead so no one else accesses joydev->open */
        if (joydev->open)
                input_close_device(handle);
 }