diff --git a/extras/kernel/ebbchar/ebbchar.c b/extras/kernel/ebbchar/ebbchar.c index 7aa86c3..771b859 100644 --- a/extras/kernel/ebbchar/ebbchar.c +++ b/extras/kernel/ebbchar/ebbchar.c @@ -15,7 +15,7 @@ #include // Header to support the kernel Driver Model #include // Contains types, macros, functions for the kernel #include // Header for the Linux file system support -#include // Required for the copy to user function +#include // Required for the copy to user function #define DEVICE_NAME "ebbchar" ///< The device will appear at /dev/ebbchar using this value #define CLASS_NAME "ebb" ///< The device class -- this is a character device driver