Change spaces to tabs
This commit is contained in:
parent
43032964c3
commit
510a41cbb3
6 changed files with 80 additions and 78 deletions
|
@ -3,12 +3,12 @@
|
|||
#include <linux/module.h>
|
||||
|
||||
static int __init basic_module_init(void) {
|
||||
pr_info("Bonjour! Le module est chargé.\n");
|
||||
return 0;
|
||||
pr_info("Bonjour! Le module est chargé.\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
static void __exit basic_module_exit(void) {
|
||||
pr_info("Au revoir! Le module est déchargé.\n");
|
||||
pr_info("Au revoir! Le module est déchargé.\n");
|
||||
}
|
||||
|
||||
module_init(basic_module_init);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue