gfx_fb: Fix a typo in a source code comment
- s/decriptor/descriptor/ MFC after: 3 days
This commit is contained in:
parent
6d5297569e
commit
b5e0a70193
@ -2852,7 +2852,7 @@ gfx_get_edid_resolution(struct vesa_edid_info *edid, edid_res_list_t *res)
|
||||
/* Walk detailed timing descriptors (4) */
|
||||
for (int i = 0; i < DET_TIMINGS; i++) {
|
||||
/*
|
||||
* Reserved value 0 is not used for display decriptor.
|
||||
* Reserved value 0 is not used for display descriptor.
|
||||
*/
|
||||
if (edid->detailed_timings[i].pixel_clock == 0)
|
||||
continue;
|
||||
|
Loading…
x
Reference in New Issue
Block a user