drm/amdgpu: fixing typo in macro name
authorJihed Chaibi <jihed.chaibi.dev@gmail.com>
Sat, 17 May 2025 03:06:09 +0000 (05:06 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 22 May 2025 16:01:57 +0000 (12:01 -0400)
commitae6f4ab96be19395b8977f65670ae60d01096a83
tree9a7517d0738034e78bac71a939c6d3d5929176a8
parent05daa7c739f43aec4358f5a4c291e1b2d0fc7885
drm/amdgpu: fixing typo in macro name

"ENABLE" is currently misspelled in SYS_INFO_GPUCAPS__ENABEL_DFS_BYPASS

PS: checkpatch.pl is complaining about the presence of a space at the
start of drivers/gpu/drm/amd/include/atomfirmware.h line: 1716
This is propably because this file uses (two) spaces and not tabs.

Signed-off-by: Jihed Chaibi <jihed.chaibi.dev@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/include/grph_object_ctrl_defs.h
drivers/gpu/drm/amd/include/atombios.h
drivers/gpu/drm/amd/include/atomfirmware.h
drivers/gpu/drm/amd/pm/legacy-dpm/kv_dpm.c
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu8_hwmgr.c