We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3128ff2 + abba7f9 commit b77b0bcCopy full SHA for b77b0bc
drivers/acpi/acpi_tad.c
@@ -27,6 +27,7 @@
27
#include <linux/pm_runtime.h>
28
#include <linux/suspend.h>
29
30
+MODULE_DESCRIPTION("ACPI Time and Alarm (TAD) Device Driver");
31
MODULE_LICENSE("GPL v2");
32
MODULE_AUTHOR("Rafael J. Wysocki");
33
drivers/acpi/platform_profile.c
@@ -217,4 +217,5 @@ int platform_profile_remove(void)
217
EXPORT_SYMBOL_GPL(platform_profile_remove);
218
219
MODULE_AUTHOR("Mark Pearson <markpearson@lenovo.com>");
220
+MODULE_DESCRIPTION("ACPI platform profile sysfs interface");
221
MODULE_LICENSE("GPL");
0 commit comments