kernel module template bug fixed

This commit is contained in:
lxsameer 2011-02-23 11:14:32 +03:30
parent 4d4f8879e3
commit c4ac910f32
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
#include <linux/module.h>
MODULE_LICENSE("GPL");
MODULE_AUTHOR("::author:: <::email::>"");
MODULE_AUTHOR("::author:: <::email::>");
MODULE_DESCRIPTION("::desc::");
static int module_init(void)