Skip to content

Commit

Permalink
Activism :-)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiwan committed Dec 18, 2023
1 parent e2d7648 commit dd04b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch4/helloworld_lkm/helloworld_lkm.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ static int __init helloworld_lkm_init(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_exit(helloworld_lkm_exit);

0 comments on commit dd04b94

Please sign in to comment.