linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next] drm/client: fix kernel-doc warning in drm_client.h
@ 2023-01-31  1:21 Randy Dunlap
  2023-02-01 15:34 ` Thomas Zimmermann
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2023-01-31  1:21 UTC (permalink / raw)
  To: linux-kernel
  Cc: Randy Dunlap, Thomas Zimmermann, Maarten Lankhorst,
	Maxime Ripard, Javier Martinez Canillas, David Airlie,
	Daniel Vetter, dri-devel

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
---
 include/drm/drm_client.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -- a/include/drm/drm_client.h b/include/drm/drm_client.h
--- 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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH -next] drm/client: fix kernel-doc warning in drm_client.h
  2023-01-31  1:21 [PATCH -next] drm/client: fix kernel-doc warning in drm_client.h Randy Dunlap
@ 2023-02-01 15:34 ` Thomas Zimmermann
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Zimmermann @ 2023-02-01 15:34 UTC (permalink / raw)
  To: Randy Dunlap, linux-kernel
  Cc: Maarten Lankhorst, Maxime Ripard, Javier Martinez Canillas,
	David Airlie, Daniel Vetter, dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 1488 bytes --]



Am 31.01.23 um 02:21 schrieb Randy Dunlap:
> 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

Reviewed-by: Thomas Zimmermann <tzimmermann@suse.de>

I've added your patch to drm-misc-next-fixes.

> ---
>   include/drm/drm_client.h |    2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff -- a/include/drm/drm_client.h b/include/drm/drm_client.h
> --- 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.

-- 
Thomas Zimmermann
Graphics Driver Developer
SUSE Software Solutions Germany GmbH
Maxfeldstr. 5, 90409 Nürnberg, Germany
(HRB 36809, AG Nürnberg)
Geschäftsführer: Ivo Totev

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 840 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-02-01 15:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-31  1:21 [PATCH -next] drm/client: fix kernel-doc warning in drm_client.h Randy Dunlap
2023-02-01 15:34 ` Thomas Zimmermann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).