khello/khello.c
changeset 77 49e0babccb23
parent 50 a38f102556e5
--- 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 */