OSDN Git Service

drm/amdgpu: fix incorrect comment
authorGuchun Chen <guchun.chen@amd.com>
Tue, 29 Sep 2020 04:32:29 +0000 (12:32 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 29 Sep 2020 20:11:50 +0000 (16:11 -0400)
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>
drivers/gpu/drm/amd/amdgpu/amdgpu_fru_eeprom.h

index f29a861..1308d97 100644 (file)
@@ -26,4 +26,4 @@
 
 int amdgpu_fru_get_product_info(struct amdgpu_device *adev);
 
-#endif  // __AMDGPU_PRODINFO_H__
+#endif  // __AMDGPU_FRU_EEPROM_H__