From efa66d688e933a6d84c880e9518fcff8cd1927b9 Mon Sep 17 00:00:00 2001 From: alexxu-amd <159800977+alexxu-amd@users.noreply.github.com> Date: Wed, 21 May 2025 09:44:37 -0400 Subject: [PATCH] Fix typo in rdc.h There's a typo in rdc.h causing documentation build failure. Change-Id: I3a7ced030e66b980645f719b41c77f79810de09d Signed-off-by: Galantsev, Dmitrii --- include/rdc/rdc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/rdc/rdc.h b/include/rdc/rdc.h index fda8b25a3d..d11d5a5874 100644 --- a/include/rdc/rdc.h +++ b/include/rdc/rdc.h @@ -1612,7 +1612,7 @@ rdc_status_t rdc_device_topology_get(rdc_handle_t p_rdc_handle, uint32_t gpu_ind * @param[in] p_rdc_handle The RDC handler. * * - * @param[out] resu + * @param[out] results * lts The link up or down status * * @retval ::RDC_ST_OK is returned upon successful call.