Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/tests: add drm_hdmi_state_helper_test MODULE_DESCRIPTION()

make allmodconfig && make W=1 C=1 reports:
WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/gpu/drm/tests/drm_hdmi_state_helper_test.o

Add the missing invocation of the MODULE_DESCRIPTION() macro.

Fixes: eb66d34d793e ("drm/tests: Add output bpc tests")
Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
Signed-off-by: Maxime Ripard <mripard@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20240619-md-drm-tests-drm_hdmi_state_helper_test-v1-1-41c5fe2fdb4a@quicinc.com

authored by

Jeff Johnson and committed by
Maxime Ripard
c1391205 fbe675b3

+1
+1
drivers/gpu/drm/tests/drm_hdmi_state_helper_test.c
··· 1740 1740 ); 1741 1741 1742 1742 MODULE_AUTHOR("Maxime Ripard <mripard@kernel.org>"); 1743 + MODULE_DESCRIPTION("Kunit test for drm_hdmi_state_helper functions"); 1743 1744 MODULE_LICENSE("GPL");