Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit 085aa9f

Browse files
Jeff Johnsonrafaeljw
authored andcommitted
cpuidle: haltpoll: add missing MODULE_DESCRIPTION() macro
make allmodconfig && make W=1 C=1 reports: WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/cpuidle/cpuidle-haltpoll.o Add the missing invocation of the MODULE_DESCRIPTION() macro. Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent bf18311 commit 085aa9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/cpuidle/cpuidle-haltpoll.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,5 +141,6 @@ static void __exit haltpoll_exit(void)
141141

142142
module_init(haltpoll_init);
143143
module_exit(haltpoll_exit);
144+
MODULE_DESCRIPTION("cpuidle driver for haltpoll governor");
144145
MODULE_LICENSE("GPL");
145146
MODULE_AUTHOR("Marcelo Tosatti <mtosatti@redhat.com>");

0 commit comments

Comments
 (0)