]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
drm/amd/ras: fix kernel-doc warning for ras_eeprom_append()
authorYujie Liu <yujie.liu@intel.com>
Thu, 26 Feb 2026 03:00:38 +0000 (11:00 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 2 Mar 2026 21:36:37 +0000 (16:36 -0500)
Warning: drivers/gpu/drm/amd/amdgpu/../ras/rascore/ras_eeprom.c:845 function parameter 'ras_core' not described in 'ras_eeprom_append'
Warning: drivers/gpu/drm/amd/amdgpu/../ras/rascore/ras_eeprom.c:845 expecting prototype for ras_core_eeprom_append(). Prototype was for ras_eeprom_append() instead

Fixes: 5c3be5defc92 ("drm/amd/ras: Add eeprom ras functions")
Signed-off-by: Yujie Liu <yujie.liu@intel.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/ras/rascore/ras_eeprom.c

index cd6b057bdaf3b54a3650f2845bcacbb6f9a6deda..65c1812a10fb14f9eedcd790017248db70d5ce81 100644 (file)
@@ -829,8 +829,8 @@ Out:
 }
 
 /**
- * ras_core_eeprom_append -- append records to the EEPROM RAS table
- * @control: pointer to control structure
+ * ras_eeprom_append -- append records to the EEPROM RAS table
+ * @ras_core: pointer to ras core context
  * @record: array of records to append
  * @num: number of records in @record array
  *