platform/x86: asus-wmi: Split MODULE_AUTHOR() on per author basis
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 10 Dec 2021 16:30:08 +0000 (18:30 +0200)
committerHans de Goede <hdegoede@redhat.com>
Tue, 21 Dec 2021 18:40:51 +0000 (19:40 +0100)
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 <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20211210163009.19894-2-andriy.shevchenko@linux.intel.com
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
drivers/platform/x86/asus-wmi.c

index 30e0de9e0d81e1d688c5fce8f9593bbd76e45e76..c3e0394aa5f060da8a1093d3583faf3136015ee2 100644 (file)
@@ -43,8 +43,8 @@
 
 #include "asus-wmi.h"
 
-MODULE_AUTHOR("Corentin Chary <corentin.chary@gmail.com>, "
-             "Yong Wang <yong.y.wang@intel.com>");
+MODULE_AUTHOR("Corentin Chary <corentin.chary@gmail.com>");
+MODULE_AUTHOR("Yong Wang <yong.y.wang@intel.com>");
 MODULE_DESCRIPTION("Asus Generic WMI Driver");
 MODULE_LICENSE("GPL");