diff --git a/LDP/guide/docbook/lkmpg-2.6/lkmpg-examples/04-CharacterDeviceFiles/chardev.c b/LDP/guide/docbook/lkmpg-2.6/lkmpg-examples/04-CharacterDeviceFiles/chardev.c index 3b76eba1..3113ee12 100644 --- a/LDP/guide/docbook/lkmpg-2.6/lkmpg-examples/04-CharacterDeviceFiles/chardev.c +++ b/LDP/guide/docbook/lkmpg-2.6/lkmpg-examples/04-CharacterDeviceFiles/chardev.c @@ -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);