]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/tests: add drm_hdmi_state_helper_test MODULE_DESCRIPTION()
authorJeff Johnson <quic_jjohnson@quicinc.com>
Thu, 20 Jun 2024 06:29:02 +0000 (23:29 -0700)
committerMaxime Ripard <mripard@kernel.org>
Thu, 20 Jun 2024 08:15:41 +0000 (10:15 +0200)
commitc1391205754f0ddab5f990cd0642d0fa8fc4c6b7
treef7381a6857b2aac13a9e6c7f3563cfa0c5acf7ed
parentfbe675b3696ef62a69e16d8fc85a6358eac63b3d
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
drivers/gpu/drm/tests/drm_hdmi_state_helper_test.c