All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/amd/display: Fix up kdoc formatting in display_mode_vba.c
@ 2023-05-30 19:08 Srinivasan Shanmugam
  2023-05-31 14:16 ` Aurabindo Pillai
  0 siblings, 1 reply; 2+ messages in thread
From: Srinivasan Shanmugam @ 2023-05-30 19:08 UTC (permalink / raw)
  To: Aurabindo Pillai; +Cc: Srinivasan Shanmugam, amd-gfx

Fixes the following W=1 kernel build warning:

drivers/gpu/drm/amd/amdgpu/../display/dc/dml/display_mode_vba.c:936: warning: Cannot understand  * *************************************************************************

Cc: Aurabindo Pillai <aurabindo.pillai@amd.com>
Signed-off-by: Srinivasan Shanmugam <srinivasan.shanmugam@amd.com>
---
 drivers/gpu/drm/amd/display/dc/dml/display_mode_vba.c | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/drivers/gpu/drm/amd/display/dc/dml/display_mode_vba.c b/drivers/gpu/drm/amd/display/dc/dml/display_mode_vba.c
index 2f63ae954826..9a3ded311195 100644
--- a/drivers/gpu/drm/amd/display/dc/dml/display_mode_vba.c
+++ b/drivers/gpu/drm/amd/display/dc/dml/display_mode_vba.c
@@ -933,18 +933,16 @@ static void fetch_pipe_params(struct display_mode_lib *mode_lib)
 }
 
 /**
- * ********************************************************************************************
  * cache_debug_params: Cache any params that needed to be maintained from the initial validation
  * for debug purposes.
  *
  * The DML getters can modify some of the VBA params that we are interested in (for example when
  * calculating with dummy p-state latency), so cache any params here that we want for debugging
  *
- * @param [in] mode_lib: mode_lib input/output of validate call
+ * @mode_lib: mode_lib input/output of validate call
  *
- * @return: void
+ * Return: void
  *
- * ********************************************************************************************
  */
 static void cache_debug_params(struct display_mode_lib *mode_lib)
 {
-- 
2.25.1


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

* Re: [PATCH] drm/amd/display: Fix up kdoc formatting in display_mode_vba.c
  2023-05-30 19:08 [PATCH] drm/amd/display: Fix up kdoc formatting in display_mode_vba.c Srinivasan Shanmugam
@ 2023-05-31 14:16 ` Aurabindo Pillai
  0 siblings, 0 replies; 2+ messages in thread
From: Aurabindo Pillai @ 2023-05-31 14:16 UTC (permalink / raw)
  To: Srinivasan Shanmugam; +Cc: amd-gfx

Reviewed-by: Aurabindo Pillai <aurabindo.pillai@amd.com>

On 5/30/23 15:08, Srinivasan Shanmugam wrote:
> Fixes the following W=1 kernel build warning:
> 
> drivers/gpu/drm/amd/amdgpu/../display/dc/dml/display_mode_vba.c:936: warning: Cannot understand  * *************************************************************************
> 
> Cc: Aurabindo Pillai <aurabindo.pillai@amd.com>
> Signed-off-by: Srinivasan Shanmugam <srinivasan.shanmugam@amd.com>
> ---
>  drivers/gpu/drm/amd/display/dc/dml/display_mode_vba.c | 6 ++----
>  1 file changed, 2 insertions(+), 4 deletions(-)
> 
> diff --git a/drivers/gpu/drm/amd/display/dc/dml/display_mode_vba.c b/drivers/gpu/drm/amd/display/dc/dml/display_mode_vba.c
> index 2f63ae954826..9a3ded311195 100644
> --- a/drivers/gpu/drm/amd/display/dc/dml/display_mode_vba.c
> +++ b/drivers/gpu/drm/amd/display/dc/dml/display_mode_vba.c
> @@ -933,18 +933,16 @@ static void fetch_pipe_params(struct display_mode_lib *mode_lib)
>  }
>  
>  /**
> - * ********************************************************************************************
>   * cache_debug_params: Cache any params that needed to be maintained from the initial validation
>   * for debug purposes.
>   *
>   * The DML getters can modify some of the VBA params that we are interested in (for example when
>   * calculating with dummy p-state latency), so cache any params here that we want for debugging
>   *
> - * @param [in] mode_lib: mode_lib input/output of validate call
> + * @mode_lib: mode_lib input/output of validate call
>   *
> - * @return: void
> + * Return: void
>   *
> - * ********************************************************************************************
>   */
>  static void cache_debug_params(struct display_mode_lib *mode_lib)
>  {

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

end of thread, other threads:[~2023-05-31 14:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-30 19:08 [PATCH] drm/amd/display: Fix up kdoc formatting in display_mode_vba.c Srinivasan Shanmugam
2023-05-31 14:16 ` Aurabindo Pillai

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.