Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Guchun Chen and committed by
Alex Deucher
125b1deb 3514521c

+1 -1
+1 -1
drivers/gpu/drm/amd/amdgpu/amdgpu_fru_eeprom.h
··· 26 26 27 27 int amdgpu_fru_get_product_info(struct amdgpu_device *adev); 28 28 29 - #endif // __AMDGPU_PRODINFO_H__ 29 + #endif // __AMDGPU_FRU_EEPROM_H__