All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm: Fix DisplayPort branch device ID
@ 2016-09-16 10:39 Mika Kahola
  2016-09-16 11:19 ` Jani Nikula
  0 siblings, 1 reply; 2+ messages in thread
From: Mika Kahola @ 2016-09-16 10:39 UTC (permalink / raw)
  To: dri-devel; +Cc: jani.nikula, daniel.vetter, intel-gfx

Fix missing parameter description for DisplayPort branch device ID.
This fixes warning of "No description found for parameter 'id[6]'" when
creating documentation by 'make htmldocs'.

Signed-off-by: Mika Kahola <mika.kahola@intel.com>
---
 drivers/gpu/drm/drm_dp_helper.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/drm_dp_helper.c b/drivers/gpu/drm/drm_dp_helper.c
index a536514..0ad20f1 100644
--- a/drivers/gpu/drm/drm_dp_helper.c
+++ b/drivers/gpu/drm/drm_dp_helper.c
@@ -517,6 +517,7 @@ EXPORT_SYMBOL(drm_dp_downstream_max_bpc);
 /**
  * drm_dp_downstream_id() - identify branch device
  * @aux: DisplayPort AUX channel
+ * @id: DisplayPort branch device id
  *
  * Returns branch device id on success or NULL on failure
  */
-- 
2.7.4

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

* Re: [PATCH] drm: Fix DisplayPort branch device ID
  2016-09-16 10:39 [PATCH] drm: Fix DisplayPort branch device ID Mika Kahola
@ 2016-09-16 11:19 ` Jani Nikula
  0 siblings, 0 replies; 2+ messages in thread
From: Jani Nikula @ 2016-09-16 11:19 UTC (permalink / raw)
  To: Mika Kahola, dri-devel; +Cc: daniel.vetter, intel-gfx

On Fri, 16 Sep 2016, Mika Kahola <mika.kahola@intel.com> wrote:
> Fix missing parameter description for DisplayPort branch device ID.
> This fixes warning of "No description found for parameter 'id[6]'" when
> creating documentation by 'make htmldocs'.
>
> Signed-off-by: Mika Kahola <mika.kahola@intel.com>

Pushed to drm-intel-next-queued, with some tags added:

    Reported-by: kbuild test robot <fengguang.wu@intel.com>
    References: https://lists.freedesktop.org/archives/intel-gfx/2016-September/106645.html
    Fixes: 266d783baaf5 ("drm: Read DP branch device id")

BR,
Jani.

> ---
>  drivers/gpu/drm/drm_dp_helper.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/drivers/gpu/drm/drm_dp_helper.c b/drivers/gpu/drm/drm_dp_helper.c
> index a536514..0ad20f1 100644
> --- a/drivers/gpu/drm/drm_dp_helper.c
> +++ b/drivers/gpu/drm/drm_dp_helper.c
> @@ -517,6 +517,7 @@ EXPORT_SYMBOL(drm_dp_downstream_max_bpc);
>  /**
>   * drm_dp_downstream_id() - identify branch device
>   * @aux: DisplayPort AUX channel
> + * @id: DisplayPort branch device id
>   *
>   * Returns branch device id on success or NULL on failure
>   */

-- 
Jani Nikula, Intel Open Source Technology Center
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

end of thread, other threads:[~2016-09-16 11:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-16 10:39 [PATCH] drm: Fix DisplayPort branch device ID Mika Kahola
2016-09-16 11:19 ` Jani Nikula

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.