On Fri, May 17, 2024 at 4:42 AM Yang Li <yang.lee@xxxxxxxxxxxxxxxxx> 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@xxxxxxxxxxxxxxxxx> 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 >