Skip to content

Commit

Permalink
Added Module License,Desc and Author
Browse files Browse the repository at this point in the history
  • Loading branch information
chinmay-n authored Sep 7, 2016
1 parent 3875fee commit 585bf76
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Task_04/coding_style.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,7 @@ void my_exit(void)

module_init(my_init);
module_exit(my_exit);

MODULE_LICENSE("GPL");
MODULE_AUTHOR("[email protected]");
MODULE_DESCRIPTION("Random module");

0 comments on commit 585bf76

Please sign in to comment.