Skip to content

Commit

Permalink
insmod01: Add license to the dummy module
Browse files Browse the repository at this point in the history
This fixes "Missing module licence" taint when module is inserted into
the kernel.

Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
  • Loading branch information
metan-ucw committed May 31, 2019
1 parent 881cd51 commit 3015d59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions testcases/commands/insmod/ltp_insmod01.c
Expand Up @@ -31,5 +31,7 @@ static void test_exit(void)

}

MODULE_LICENSE("GPL");

module_init(test_init);
module_exit(test_exit);

0 comments on commit 3015d59

Please sign in to comment.