]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
gpu: fix typos in code comments
authorWeitao Hou <houweitaoo@gmail.com>
Sat, 18 May 2019 13:41:41 +0000 (21:41 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 24 May 2019 17:21:01 +0000 (12:21 -0500)
fix eror to error

Signed-off-by: Weitao Hou <houweitaoo@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dce/dce_clock_source.c

index f70437aae8e08538492bd2a2b430c2375a96d279..df422440845b4abe2d0378d6462ba107e717f350 100644 (file)
@@ -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,