aboutsummaryrefslogtreecommitdiffstatshomepage
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
parentdrm/amdgpu: restore proper ref count in amdgpu_display_crtc_set_config (diff)
downloadwireguard-linux-125b1deb604305025958939deb96ca95cdc24680.tar.xz
wireguard-linux-125b1deb604305025958939deb96ca95cdc24680.zip
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>
-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__