diff options
author | Andy Shevchenko <[email protected]> | 2021-12-10 18:30:08 +0200 |
---|---|---|
committer | Hans de Goede <[email protected]> | 2021-12-21 19:40:51 +0100 |
commit | 522fbca4f769027356359bc99c55445645e5369d (patch) | |
tree | 8b32eb32fcf66472612002bc8a8a4d6dd5c56a1c | |
parent | 3ac7bf0d47be0383de078e153dae8aecc1853033 (diff) |
platform/x86: asus-wmi: Split MODULE_AUTHOR() on per author basis
There are as many as needed MODULE_AUTHOR() macro entries allowed
in the single driver. Split author list to a few macro entries.
Signed-off-by: Andy Shevchenko <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Reviewed-by: Hans de Goede <[email protected]>
Signed-off-by: Hans de Goede <[email protected]>
-rw-r--r-- | drivers/platform/x86/asus-wmi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/platform/x86/asus-wmi.c b/drivers/platform/x86/asus-wmi.c index 30e0de9e0d81..c3e0394aa5f0 100644 --- a/drivers/platform/x86/asus-wmi.c +++ b/drivers/platform/x86/asus-wmi.c @@ -43,8 +43,8 @@ #include "asus-wmi.h" -MODULE_AUTHOR("Corentin Chary <[email protected]>, " - "Yong Wang <[email protected]>"); +MODULE_AUTHOR("Corentin Chary <[email protected]>"); +MODULE_AUTHOR("Yong Wang <[email protected]>"); MODULE_DESCRIPTION("Asus Generic WMI Driver"); MODULE_LICENSE("GPL"); |