diff options
| author | Yan Zhen <[email protected]> | 2024-09-12 07:12:09 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2024-09-18 20:14:27 +0000 |
| commit | c77a46bebe99e70600e636a3a1f285637c479f46 (patch) | |
| tree | d5fb42f79a4d0930e1d759dd1da1c682b7e6dad2 /drivers/gpu/drm/amd/display/dc/basics/dce_calcs.c | |
| parent | drm/amdgpu: Fix a typo (diff) | |
| download | kernel-c77a46bebe99e70600e636a3a1f285637c479f46.tar.gz kernel-c77a46bebe99e70600e636a3a1f285637c479f46.zip | |
drm/amd/display: fix typo in the comment
Correctly spelled comments make it easier for the reader to understand
the code.
Replace 'maxium' with 'maximum' in the comment &
replace 'diffculty' with 'difficulty' in the comment &
replace 'suppluy' with 'supply' in the comment &
replace 'Congiuration' with 'Configuration' in the comment &
replace 'eanbled' with 'enabled' in the comment.
Signed-off-by: Yan Zhen <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/basics/dce_calcs.c')
| -rw-r--r-- | drivers/gpu/drm/amd/display/dc/basics/dce_calcs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/basics/dce_calcs.c b/drivers/gpu/drm/amd/display/dc/basics/dce_calcs.c index e47e9db062f4..681799468487 100644 --- a/drivers/gpu/drm/amd/display/dc/basics/dce_calcs.c +++ b/drivers/gpu/drm/amd/display/dc/basics/dce_calcs.c @@ -569,7 +569,7 @@ static void calculate_bandwidth( break; } data->lb_partitions[i] = bw_floor2(bw_div(data->lb_size_per_component[i], data->lb_line_pitch), bw_int_to_fixed(1)); - /*clamp the partitions to the maxium number supported by the lb*/ + /* clamp the partitions to the maximum number supported by the lb */ if ((surface_type[i] != bw_def_graphics || dceip->graphics_lb_nodownscaling_multi_line_prefetching == 1)) { data->lb_partitions_max[i] = bw_int_to_fixed(10); } |
