diff --git a/khello/khello.c b/khello/khello.c --- 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 /* Needed by all modules */ #include /* Needed for KERN_INFO */