drm/i915/display: Fix a typo
authorBhaskar Chowdhury <unixbhaskar@gmail.com>
Fri, 19 Mar 2021 04:37:01 +0000 (10:07 +0530)
committerJani Nikula <jani.nikula@intel.com>
Fri, 19 Mar 2021 07:56:44 +0000 (09:56 +0200)
s/nothign/nothing/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210319043701.14105-1-unixbhaskar@gmail.com
drivers/gpu/drm/i915/display/intel_dpll_mgr.c

index 22ee8e1..756c53a 100644 (file)
@@ -4199,7 +4199,7 @@ static void icl_pll_disable(struct drm_i915_private *dev_priv,
        /*
         * DVFS pre sequence would be here, but in our driver the cdclk code
         * paths should already be setting the appropriate voltage, hence we do
-        * nothign here.
+        * nothing here.
         */
 
        val = intel_de_read(dev_priv, enable_reg);