Activism :-)

This commit is contained in:
Kaiwan N Billimoria
2023-12-18 12:37:53 +05:30
parent e2d7648b48
commit dd04b9414f

View File

@@ -32,7 +32,7 @@ static int __init helloworld_lkm_init(void)
} }
static void __exit helloworld_lkm_exit(void) static void __exit helloworld_lkm_exit(void)
{ {
printk(KERN_INFO "Goodbye, world\n"); printk(KERN_INFO "Goodbye, world! Climate change has done us in...\n");
} }
module_init(helloworld_lkm_init); module_init(helloworld_lkm_init);
module_exit(helloworld_lkm_exit); module_exit(helloworld_lkm_exit);