hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
kernel/drivers/gpu/drm/amd/include/atombios.h
....@@ -4106,7 +4106,7 @@
41064106 typedef struct _ATOM_FAKE_EDID_PATCH_RECORD
41074107 {
41084108 UCHAR ucRecordType;
4109
- UCHAR ucFakeEDIDLength; // = 128 means EDID lenght is 128 bytes, otherwise the EDID length = ucFakeEDIDLength*128
4109
+ UCHAR ucFakeEDIDLength; // = 128 means EDID length is 128 bytes, otherwise the EDID length = ucFakeEDIDLength*128
41104110 UCHAR ucFakeEDIDString[1]; // This actually has ucFakeEdidLength elements.
41114111 } ATOM_FAKE_EDID_PATCH_RECORD;
41124112