diff options
author | Guchun Chen <guchun.chen@amd.com> | 2020-09-29 07:32:29 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2020-09-29 23:11:50 +0300 |
commit | 125b1deb604305025958939deb96ca95cdc24680 (patch) | |
tree | 41537068eabbee0c3a79a8b6af48c8a25077a42c /drivers/gpu | |
parent | 3514521ccbd25ef3bd47b3c2abc28befbea8cdb1 (diff) | |
download | linux-125b1deb604305025958939deb96ca95cdc24680.tar.xz |
drm/amdgpu: fix incorrect comment
It should be one copy-paste typo.
Signed-off-by: Guchun Chen <guchun.chen@amd.com>
Reviewed-by: Tao Zhou <tao.zhou1@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_fru_eeprom.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_fru_eeprom.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_fru_eeprom.h index f29a8611d69b..1308d976d60e 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_fru_eeprom.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_fru_eeprom.h @@ -26,4 +26,4 @@ int amdgpu_fru_get_product_info(struct amdgpu_device *adev); -#endif // __AMDGPU_PRODINFO_H__ +#endif // __AMDGPU_FRU_EEPROM_H__ |