public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Removed vcpi field description to fix kernel doc warning
@ 2024-03-08  2:51 R SUNDAR
  2024-03-08  5:10 ` Randy Dunlap
  0 siblings, 1 reply; 3+ messages in thread
From: R SUNDAR @ 2024-03-08  2:51 UTC (permalink / raw)
  To: airlied, daniel, lyude, imre.deak, jani.nikula, mripard,
	ville.syrjala, Wayne.Lin
  Cc: dri-devel, linux-kernel, R SUNDAR

For linux-next repo

./include/drm/display/drm_dp_mst_helper.h:156: warning: Excess struct member 'vcpi' description in 'drm_dp_mst_port'

Signed-off-by: R SUNDAR <prosunofficial@gmail.com>
---
 include/drm/display/drm_dp_mst_helper.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/drm/display/drm_dp_mst_helper.h b/include/drm/display/drm_dp_mst_helper.h
index 9b19d8bd520a..3ae88a383a41 100644
--- a/include/drm/display/drm_dp_mst_helper.h
+++ b/include/drm/display/drm_dp_mst_helper.h
@@ -83,7 +83,6 @@ struct drm_dp_mst_branch;
  * @passthrough_aux: parent aux to which DSC pass-through requests should be
  * sent, only set if DSC pass-through is possible.
  * @parent: branch device parent of this port
- * @vcpi: Virtual Channel Payload info for this port.
  * @connector: DRM connector this port is connected to. Protected by
  * &drm_dp_mst_topology_mgr.base.lock.
  * @mgr: topology manager this port lives under.
-- 
2.34.1


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

* Re: [PATCH] Removed vcpi field description to fix kernel doc warning
  2024-03-08  2:51 [PATCH] Removed vcpi field description to fix kernel doc warning R SUNDAR
@ 2024-03-08  5:10 ` Randy Dunlap
  2024-03-08  7:54   ` Jani Nikula
  0 siblings, 1 reply; 3+ messages in thread
From: Randy Dunlap @ 2024-03-08  5:10 UTC (permalink / raw)
  To: R SUNDAR, airlied, daniel, lyude, imre.deak, jani.nikula, mripard,
	ville.syrjala, Wayne.Lin
  Cc: dri-devel, linux-kernel



On 3/7/24 18:51, R SUNDAR wrote:
> For linux-next repo
> 
> /include/drm/display/drm_dp_mst_helper.h:156: warning: Excess struct member 'vcpi' description in 'drm_dp_mst_port'
> 
> Signed-off-by: R SUNDAR <prosunofficial@gmail.com>

or
https://lore.kernel.org/lkml/20240106032321.28596-1-rdunlap@infradead.org/

but I would be happy to see either of them merged.

Thanks.

> ---
>  include/drm/display/drm_dp_mst_helper.h | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/include/drm/display/drm_dp_mst_helper.h b/include/drm/display/drm_dp_mst_helper.h
> index 9b19d8bd520a..3ae88a383a41 100644
> --- a/include/drm/display/drm_dp_mst_helper.h
> +++ b/include/drm/display/drm_dp_mst_helper.h
> @@ -83,7 +83,6 @@ struct drm_dp_mst_branch;
>   * @passthrough_aux: parent aux to which DSC pass-through requests should be
>   * sent, only set if DSC pass-through is possible.
>   * @parent: branch device parent of this port
> - * @vcpi: Virtual Channel Payload info for this port.
>   * @connector: DRM connector this port is connected to. Protected by
>   * &drm_dp_mst_topology_mgr.base.lock.
>   * @mgr: topology manager this port lives under.

-- 
#Randy

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

* Re: [PATCH] Removed vcpi field description to fix kernel doc warning
  2024-03-08  5:10 ` Randy Dunlap
@ 2024-03-08  7:54   ` Jani Nikula
  0 siblings, 0 replies; 3+ messages in thread
From: Jani Nikula @ 2024-03-08  7:54 UTC (permalink / raw)
  To: Randy Dunlap, R SUNDAR, airlied, daniel, lyude, imre.deak,
	mripard, ville.syrjala, Wayne.Lin
  Cc: dri-devel, linux-kernel

On Thu, 07 Mar 2024, Randy Dunlap <rdunlap@infradead.org> wrote:
> On 3/7/24 18:51, R SUNDAR wrote:
>> For linux-next repo
>> 
>> /include/drm/display/drm_dp_mst_helper.h:156: warning: Excess struct member 'vcpi' description in 'drm_dp_mst_port'
>> 
>> Signed-off-by: R SUNDAR <prosunofficial@gmail.com>
>
> or
> https://lore.kernel.org/lkml/20240106032321.28596-1-rdunlap@infradead.org/
>
> but I would be happy to see either of them merged.

That has fallen through the cracks, apologies, but I merged this
yesterday to drm-misc-next:

ca892057e03e ("drm/dp_mst: fix drm_dp_mst_helper.h kernel-doc")

BR,
Jani.

>
> Thanks.
>
>> ---
>>  include/drm/display/drm_dp_mst_helper.h | 1 -
>>  1 file changed, 1 deletion(-)
>> 
>> diff --git a/include/drm/display/drm_dp_mst_helper.h b/include/drm/display/drm_dp_mst_helper.h
>> index 9b19d8bd520a..3ae88a383a41 100644
>> --- a/include/drm/display/drm_dp_mst_helper.h
>> +++ b/include/drm/display/drm_dp_mst_helper.h
>> @@ -83,7 +83,6 @@ struct drm_dp_mst_branch;
>>   * @passthrough_aux: parent aux to which DSC pass-through requests should be
>>   * sent, only set if DSC pass-through is possible.
>>   * @parent: branch device parent of this port
>> - * @vcpi: Virtual Channel Payload info for this port.
>>   * @connector: DRM connector this port is connected to. Protected by
>>   * &drm_dp_mst_topology_mgr.base.lock.
>>   * @mgr: topology manager this port lives under.

-- 
Jani Nikula, Intel

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

end of thread, other threads:[~2024-03-08  7:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-08  2:51 [PATCH] Removed vcpi field description to fix kernel doc warning R SUNDAR
2024-03-08  5:10 ` Randy Dunlap
2024-03-08  7:54   ` Jani Nikula

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox