From: Guchun Chen Date: Tue, 29 Sep 2020 04:32:29 +0000 (+0800) Subject: drm/amdgpu: fix incorrect comment X-Git-Tag: io_uring-5.10-2020-10-20~48^2~1^2~32 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=125b1deb604305025958939deb96ca95cdc24680;p=linux-block.git drm/amdgpu: fix incorrect comment It should be one copy-paste typo. Signed-off-by: Guchun Chen Reviewed-by: Tao Zhou Signed-off-by: Alex Deucher --- 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__