diff --git a/src/templates/c/kernel_module/__project__.c.tmpl b/src/templates/c/kernel_module/__project__.c.tmpl index d45686b..ed77046 100644 --- a/src/templates/c/kernel_module/__project__.c.tmpl +++ b/src/templates/c/kernel_module/__project__.c.tmpl @@ -5,7 +5,7 @@ #include MODULE_LICENSE("GPL"); -MODULE_AUTHOR("::author:: <::email::>""); +MODULE_AUTHOR("::author:: <::email::>"); MODULE_DESCRIPTION("::desc::"); static int module_init(void)