[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210319043701.14105-1-unixbhaskar@gmail.com>
Date: Fri, 19 Mar 2021 10:07:01 +0530
From: Bhaskar Chowdhury <unixbhaskar@...il.com>
To: jani.nikula@...ux.intel.com, joonas.lahtinen@...ux.intel.com,
rodrigo.vivi@...el.com, airlied@...ux.ie, daniel@...ll.ch,
imre.deak@...el.com, ville.syrjala@...ux.intel.com,
lucas.demarchi@...el.com, matthew.d.roper@...el.com,
tejaskumarx.surendrakumar.upadhyay@...el.com,
aditya.swarup@...el.com, anusha.srivatsa@...el.com,
intel-gfx@...ts.freedesktop.org, dri-devel@...ts.freedesktop.org,
linux-kernel@...r.kernel.org
Cc: rdunlap@...radead.org, Bhaskar Chowdhury <unixbhaskar@...il.com>
Subject: [PATCH] drm: i915: Fix a typo
s/nothign/nothing/
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@...il.com>
---
drivers/gpu/drm/i915/display/intel_dpll_mgr.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/i915/display/intel_dpll_mgr.c b/drivers/gpu/drm/i915/display/intel_dpll_mgr.c
index f6ad257a260e..14d784a6fae5 100644
--- a/drivers/gpu/drm/i915/display/intel_dpll_mgr.c
+++ b/drivers/gpu/drm/i915/display/intel_dpll_mgr.c
@@ -4185,7 +4185,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);
--
2.26.2
Powered by blists - more mailing lists