diff options
-rw-r--r-- | include/linux/module.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/module.h b/include/linux/module.h index 792d483c9af7..e6e0f86ef5fc 100644 --- a/include/linux/module.h +++ b/include/linux/module.h | |||
@@ -124,7 +124,7 @@ extern struct module __this_module; | |||
124 | */ | 124 | */ |
125 | #define MODULE_LICENSE(_license) MODULE_INFO(license, _license) | 125 | #define MODULE_LICENSE(_license) MODULE_INFO(license, _license) |
126 | 126 | ||
127 | /* Author, ideally of form NAME <EMAIL>[, NAME <EMAIL>]*[ and NAME <EMAIL>] */ | 127 | /* Author, ideally of form NAME[, NAME]*[ and NAME] */ |
128 | #define MODULE_AUTHOR(_author) MODULE_INFO(author, _author) | 128 | #define MODULE_AUTHOR(_author) MODULE_INFO(author, _author) |
129 | 129 | ||
130 | /* What your module does. */ | 130 | /* What your module does. */ |