summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2023-02-03 13:28:21 +1000
committerDave Airlie <airlied@redhat.com>2023-02-03 13:28:26 +1000
commit1c0db6d84f8e0ac8f14178f13250e36ebcf457ee (patch)
tree2837aa2007278a0dcc6a66259f87bde677c2ade6 /include
parent15a574485700eac3b8611770d69a809b09cc8529 (diff)
parent84cc4c7aecc4c6a17ea1030c49199ad7dc0a6b55 (diff)
downloadlinux-stable-1c0db6d84f8e0ac8f14178f13250e36ebcf457ee.tar.gz
linux-stable-1c0db6d84f8e0ac8f14178f13250e36ebcf457ee.tar.bz2
linux-stable-1c0db6d84f8e0ac8f14178f13250e36ebcf457ee.zip
Merge tag 'drm-misc-next-fixes-2023-02-02' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
Short summary of fixes pull: A number of simple fixes throughout the DRM codebase. Signed-off-by: Dave Airlie <airlied@redhat.com> From: Thomas Zimmermann <tzimmermann@suse.de> Link: https://patchwork.freedesktop.org/patch/msgid/Y9twz2rqOP2+LjaT@linux-uq9g
Diffstat (limited to 'include')
-rw-r--r--include/drm/drm_client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/drm_client.h b/include/drm/drm_client.h
index 39482527a775..a2c8dabd03b3 100644
--- a/include/drm/drm_client.h
+++ b/include/drm/drm_client.h
@@ -108,7 +108,7 @@ struct drm_client_dev {
struct drm_mode_set *modesets;
/**
- * @hotplug failed:
+ * @hotplug_failed:
*
* Set by client hotplug helpers if the hotplugging failed
* before. It is usually not tried again.