summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_fru_eeprom.h
diff options
context:
space:
mode:
authorGuchun Chen <guchun.chen@amd.com>2020-09-29 12:32:29 +0800
committerAlex Deucher <alexander.deucher@amd.com>2020-09-29 16:11:50 -0400
commit125b1deb604305025958939deb96ca95cdc24680 (patch)
tree41537068eabbee0c3a79a8b6af48c8a25077a42c /drivers/gpu/drm/amd/amdgpu/amdgpu_fru_eeprom.h
parent3514521ccbd25ef3bd47b3c2abc28befbea8cdb1 (diff)
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/drm/amd/amdgpu/amdgpu_fru_eeprom.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_fru_eeprom.h2
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__