fix minor typos in chardev.c

This commit is contained in:
Jason Leschnik 2016-10-24 23:40:43 +11:00
parent 2d6081ba80
commit 8dbcfb5436
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ static int device_release(struct inode *inode, struct file *file)
/*
* Decrement the usage count, or else once you opened the file, you'll
* never get get rid of the module.
* never get rid of the module.
*/
module_put(THIS_MODULE);