From 8dbcfb5436dd4a9b6c5a2c2bcabd4ba201fe7d25 Mon Sep 17 00:00:00 2001 From: Jason Leschnik Date: Mon, 24 Oct 2016 23:40:43 +1100 Subject: [PATCH] fix minor typos in chardev.c --- .../lkmpg-2.6/lkmpg-examples/04-CharacterDeviceFiles/chardev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);