]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
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)
commit74c2689eea7d18169095854edf7e7b0cf77b039d
treeea06ba6bfcdcf9863e4df008c1e9b13c0dccb99e
parent4bf5569dbb7cbae885f07571dbc9d068fff1bf24
drm/amd/ras: fix kernel-doc warning for ras_eeprom_append()

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