diff mbox series

[-next] drm/amd/display: Update optc35_set_odm_combine doc to match kernel-doc spec

Message ID 20240517082637.69928-1-yang.lee@linux.alibaba.com (mailing list archive)
State New, archived
Headers show
Series [-next] drm/amd/display: Update optc35_set_odm_combine doc to match kernel-doc spec | expand

Commit Message

Yang Li May 17, 2024, 8:26 a.m. UTC
This patch updates the function documentation comment for
optc35_set_odm_combine to conform to the kernel-doc specification.

Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
---
 drivers/gpu/drm/amd/display/dc/optc/dcn35/dcn35_optc.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Comments

Alex Deucher May 20, 2024, 3:07 p.m. UTC | #1
On Fri, May 17, 2024 at 4:42 AM Yang Li <yang.lee@linux.alibaba.com> wrote:
>
> This patch updates the function documentation comment for
> optc35_set_odm_combine to conform to the kernel-doc specification.
>
> Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>

Thanks for the patch.  Srini already fixed this last week.

Alex

> ---
>  drivers/gpu/drm/amd/display/dc/optc/dcn35/dcn35_optc.c | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/display/dc/optc/dcn35/dcn35_optc.c b/drivers/gpu/drm/amd/display/dc/optc/dcn35/dcn35_optc.c
> index 7c9faa507ec2..1f8516e5ce68 100644
> --- a/drivers/gpu/drm/amd/display/dc/optc/dcn35/dcn35_optc.c
> +++ b/drivers/gpu/drm/amd/display/dc/optc/dcn35/dcn35_optc.c
> @@ -50,7 +50,9 @@
>   * @optc: Output Pipe Timing Combine instance reference.
>   * @opp_id: Output Plane Processor instance ID.
>   * @opp_cnt: Output Plane Processor count.
> - * @timing: Timing parameters used to configure DCN blocks.
> + * @segment_width: Width in pixels of each segment in a horizontal direction.
> + * @last_segment_width: Width in pixels of the last segment if it differs from
> + *                     other segments.
>   *
>   * Return: void.
>   */
> --
> 2.20.1.7.g153144c
>
diff mbox series

Patch

diff --git a/drivers/gpu/drm/amd/display/dc/optc/dcn35/dcn35_optc.c b/drivers/gpu/drm/amd/display/dc/optc/dcn35/dcn35_optc.c
index 7c9faa507ec2..1f8516e5ce68 100644
--- a/drivers/gpu/drm/amd/display/dc/optc/dcn35/dcn35_optc.c
+++ b/drivers/gpu/drm/amd/display/dc/optc/dcn35/dcn35_optc.c
@@ -50,7 +50,9 @@ 
  * @optc: Output Pipe Timing Combine instance reference.
  * @opp_id: Output Plane Processor instance ID.
  * @opp_cnt: Output Plane Processor count.
- * @timing: Timing parameters used to configure DCN blocks.
+ * @segment_width: Width in pixels of each segment in a horizontal direction.
+ * @last_segment_width: Width in pixels of the last segment if it differs from
+ *			other segments.
  *
  * Return: void.
  */