--- a/khello/khello.c
+++ b/khello/khello.c
@@ -1,6 +1,8 @@
-/*
- * hello-1.c - The simplest kernel module.
+/**
+ * khello/khello.c
+ * hello-1.c - The simplest kernel module.
*/
+
#include <linux/module.h> /* Needed by all modules */
#include <linux/kernel.h> /* Needed for KERN_INFO */