Waiman Long
2024-Jul-30 14:50 UTC
[PATCH 5/5] locking/ww_mutex/test: add MODULE_DESCRIPTION()
On 7/30/24 10:43, Jeff Johnson wrote:> Fix the 'make W=1' warning: > WARNING: modpost: missing MODULE_DESCRIPTION() in kernel/locking/test-ww_mutex.o > > Signed-off-by: Jeff Johnson <quic_jjohnson at quicinc.com> > --- > kernel/locking/test-ww_mutex.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/kernel/locking/test-ww_mutex.c b/kernel/locking/test-ww_mutex.c > index 78719e1ef1b1..10a5736a21c2 100644 > --- a/kernel/locking/test-ww_mutex.c > +++ b/kernel/locking/test-ww_mutex.c > @@ -697,3 +697,4 @@ module_exit(test_ww_mutex_exit); > > MODULE_LICENSE("GPL"); > MODULE_AUTHOR("Intel Corporation"); > +MODULE_DESCRIPTION("API test facility for ww_mutexes");Acked-by: Waiman Long <longman at redhat.com>
Reasonably Related Threads
- [merged mm-nonmm-stable] locking-ww_mutex-test-add-module_description.patch removed from -mm tree
- + locking-ww_mutex-test-add-module_description.patch added to mm-nonmm-unstable branch
- [merged] fsi-add-missing-module_description-macros.patch removed from -mm tree
- + fsi-add-missing-module_description-macros.patch added to mm-nonmm-unstable branch
- + crypto-arm-xor-add-missing-module_description-macro.patch added to mm-nonmm-unstable branch