aboutsummaryrefslogtreecommitdiff
path: root/sem3/module.c
diff options
context:
space:
mode:
Diffstat (limited to 'sem3/module.c')
-rw-r--r--sem3/module.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sem3/module.c b/sem3/module.c
index a4f4def..d29cd9f 100644
--- a/sem3/module.c
+++ b/sem3/module.c
@@ -4,11 +4,11 @@
module_init(void)
{
- printk(KERN_INFO "COOL_MODULE: Hej med dig\n");
- return 0;
+ printk(KERN_INFO "COOL_MODULE: Hej med dig\n");
+ return 0;
}
module_exit(void)
{
- printk(KERN_INFO "COOL_MODULE: Nou moe\n");
+ printk(KERN_INFO "COOL_MODULE: Nou moe\n");
}