Skip to content

Commit 84cc4c7

Browse files
rddunlaptdz
authored andcommitted
drm/client: fix kernel-doc warning in drm_client.h
scripts/kernel-doc complains about the comment for hotplug_failed, so fix it: include/drm/drm_client.h:111: warning: Incorrect use of kernel-doc format: * @hotplug failed: Fixes: 6a9d5ad ("drm/client: Add hotplug_failed flag") Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Thomas Zimmermann <tzimmermann@suse.de> Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com> Cc: Maxime Ripard <mripard@kernel.org> Cc: Javier Martinez Canillas <javierm@redhat.com> Cc: David Airlie <airlied@gmail.com> Cc: Daniel Vetter <daniel@ffwll.ch> Cc: dri-devel@lists.freedesktop.org Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de> Link: https://patchwork.freedesktop.org/patch/msgid/20230131012107.20943-1-rdunlap@infradead.org
1 parent 4739e89 commit 84cc4c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/drm/drm_client.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ struct drm_client_dev {
108108
struct drm_mode_set *modesets;
109109

110110
/**
111-
* @hotplug failed:
111+
* @hotplug_failed:
112112
*
113113
* Set by client hotplug helpers if the hotplugging failed
114114
* before. It is usually not tried again.

0 commit comments

Comments
 (0)