From: Weitao Hou Date: Sat, 18 May 2019 13:41:41 +0000 (+0800) Subject: gpu: fix typos in code comments X-Git-Tag: Ubuntu-5.10.0-12.13~4943^2~25^2~56 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=5208e6a3b25d0fe7acd812957b4a5e745b86e957;p=mirror_ubuntu-hirsute-kernel.git gpu: fix typos in code comments fix eror to error Signed-off-by: Weitao Hou Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/display/dc/dce/dce_clock_source.c b/drivers/gpu/drm/amd/display/dc/dce/dce_clock_source.c index f70437aae8e0..df422440845b 100644 --- a/drivers/gpu/drm/amd/display/dc/dce/dce_clock_source.c +++ b/drivers/gpu/drm/amd/display/dc/dce/dce_clock_source.c @@ -183,8 +183,8 @@ static bool calculate_fb_and_fractional_fb_divider( *RETURNS: * It fills the PLLSettings structure with PLL Dividers values * if calculated values are within required tolerance -* It returns - true if eror is within tolerance -* - false if eror is not within tolerance +* It returns - true if error is within tolerance +* - false if error is not within tolerance */ static bool calc_fb_divider_checking_tolerance( struct calc_pll_clock_source *calc_pll_cs,