drm/radeon: fix the warning for radeon_cs_parser_fini
authorSunil Khatri <sunil.khatri@amd.com>
Thu, 17 Apr 2025 09:30:44 +0000 (15:00 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 21 Apr 2025 14:57:19 +0000 (10:57 -0400)
Fix the below warning message.
radeon/radeon_cs.c:418: warning: Excess function parameter 'backoff' description in 'radeon_cs_parser_fini'

Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@igalia.com>
Signed-off-by: Sunil Khatri <sunil.khatri@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/radeon_cs.c

index 64b26bfeafc95c1eeeb2747dba1684b2dee3594c..b8e6202f1d5bc6fc040f13dff955bfbf888e1bac 100644 (file)
@@ -409,7 +409,6 @@ static int cmp_size_smaller_first(void *priv, const struct list_head *a,
  * radeon_cs_parser_fini() - clean parser states
  * @parser:    parser structure holding parsing context.
  * @error:     error number
- * @backoff:   indicator to backoff the reservation
  *
  * If error is set than unvalidate buffer, otherwise just free memory
  * used by parsing context.