Skip to content

Commit 84cc4c7

Browse files
rddunlapThomas Zimmermann
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 <[email protected]> Cc: Thomas Zimmermann <[email protected]> Cc: Maarten Lankhorst <[email protected]> Cc: Maxime Ripard <[email protected]> Cc: Javier Martinez Canillas <[email protected]> Cc: David Airlie <[email protected]> Cc: Daniel Vetter <[email protected]> Cc: [email protected] Signed-off-by: Thomas Zimmermann <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 4739e89 commit 84cc4c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)