Replaced 'a' with 'an' since a vowel sound is after.
* from:
* https://github.com/wendlers/rpi-kmod-samples
*
- * Press one button to turn on a LED and another to turn it off
+ * Press one button to turn on an LED and another to turn it off
*/
#include <linux/delay.h>
atomic_set(&already_open, CDEV_NOT_USED);
/* Decrement the usage count, or else once you opened the file, you will
- * never get get rid of the module.
+ * never get rid of the module.
*/
module_put(THIS_MODULE);
#include <linux/kernel.h>
#include <linux/module.h>
-/* Macro DECLARE_TASKLET_OLD exists for compatibiity.
+/* Macro DECLARE_TASKLET_OLD exists for compatibility.
* See https://lwn.net/Articles/830964/
*/
#ifndef DECLARE_TASKLET_OLD
*
* This is why text files are different between Unix and MS Windows.
* In CP/M and derivatives, like MS-DOS and MS Windows, the ASCII
- * standard was strictly adhered to, and therefore a newline requirs
+ * standard was strictly adhered to, and therefore a newline requires
* both a LF and a CR.
*/
(ttyops->write)(my_tty, "\015\012", 2);