mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-21 04:53:46 -04:00
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>
This commit is contained in:
committed by
Alex Deucher
parent
05daa7c739
commit
ae6f4ab96b
@@ -1714,7 +1714,7 @@ enum atom_system_vbiosmisc_def{
|
||||
|
||||
// gpucapinfo
|
||||
enum atom_system_gpucapinf_def{
|
||||
SYS_INFO_GPUCAPS__ENABEL_DFS_BYPASS = 0x10,
|
||||
SYS_INFO_GPUCAPS__ENABLE_DFS_BYPASS = 0x10,
|
||||
};
|
||||
|
||||
//dpphy_override
|
||||
|
||||
Reference in New Issue
Block a user