linux/drivers/gpu/drm/clients
Randy Dunlap 0a4a18e888 drm/client: fix MODULE_PARM_DESC string for "active"
The MODULE_PARM_DESC string for the "active" parameter is missing a
space and has an extraneous trailing ']' character. Correct these.

Before patch:
$ modinfo -p ./drm_client_lib.ko
active:Choose which drm client to start, default isfbdev] (string)

After patch:
$ modinfo -p ./drm_client_lib.ko
active:Choose which drm client to start, default is fbdev (string)

Fixes: f7b42442c4 ("drm/log: Introduce a new boot logger to draw the kmsg on the screen")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Jocelyn Falempe <jfalempe@redhat.com>
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Link: https://patch.msgid.link/20251112010920.2355712-1-rdunlap@infradead.org
2025-11-13 14:15:24 +01:00
..
drm_client_internal.h drm/log: Introduce a new boot logger to draw the kmsg on the screen 2024-12-10 14:36:53 +01:00
drm_client_setup.c drm/client: fix MODULE_PARM_DESC string for "active" 2025-11-13 14:15:24 +01:00
drm_fbdev_client.c drm/fbdev-client: Unexport drm_fbdev_client_setup() 2024-11-15 09:42:21 +01:00
drm_log.c printk: Rename console_start to console_resume 2025-03-11 12:51:21 +01:00
Kconfig drm/log: select CONFIG_FONT_SUPPORT 2024-12-12 18:26:32 +01:00
Makefile drm/log: Introduce a new boot logger to draw the kmsg on the screen 2024-12-10 14:36:53 +01:00