drm/client: fix kernel-doc warning in drm_client.h
authorRandy Dunlap <rdunlap@infradead.org>
Tue, 31 Jan 2023 01:21:07 +0000 (17:21 -0800)
committerThomas Zimmermann <tzimmermann@suse.de>
Wed, 1 Feb 2023 15:32:35 +0000 (16:32 +0100)
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
include/drm/drm_client.h

index 39482527a775247af34189a673bd29d0030d9f74..a2c8dabd03b37325fa3d093f2349576fecf7abdc 100644 (file)
@@ -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.