mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 07:33:19 +02:00
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: 5c3be5defc ("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>
This commit is contained in:
parent
4bf5569dbb
commit
74c2689eea
|
|
@ -829,8 +829,8 @@ static int ras_eeprom_update_header(struct ras_eeprom_control *control)
|
|||
}
|
||||
|
||||
/**
|
||||
* 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
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user