diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2023-01-30 17:21:07 -0800 |
---|---|---|
committer | Thomas Zimmermann <tzimmermann@suse.de> | 2023-02-01 16:32:35 +0100 |
commit | 84cc4c7aecc4c6a17ea1030c49199ad7dc0a6b55 (patch) | |
tree | 53635c5186e58ae7bdf7dc1ecf9fc8e13795fe6c /include | |
parent | 4739e893a1f3cde2790946b8a7e6c2c3d8680054 (diff) | |
download | linux-stable-84cc4c7aecc4c6a17ea1030c49199ad7dc0a6b55.tar.gz |
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: 6a9d5ad3af65 ("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
Diffstat (limited to 'include')
-rw-r--r-- | include/drm/drm_client.h | 2 |
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. |