From: Ville Syrjälä Date: Tue, 4 Feb 2020 15:48:03 +0000 (+0200) Subject: drm/i915: Fix the docs for intel_set_cdclk_post_plane_update() X-Git-Tag: v5.10.7~1861^2~24^2~929 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0b02f97f40d8e33306f4d724e90b1aff97c3bd46;p=platform%2Fkernel%2Flinux-rpi.git drm/i915: Fix the docs for intel_set_cdclk_post_plane_update() s/before/after/ again after accidentally changing it the other way in commit 5604e9ceaed5 ("drm/i915: Simplify intel_set_cdclk_{pre,post}_plane_update() calling convention") Cc: José Roberto de Souza Signed-off-by: Ville Syrjälä Link: https://patchwork.freedesktop.org/patch/msgid/20200204154803.25403-1-ville.syrjala@linux.intel.com Reviewed-by: José Roberto de Souza --- diff --git a/drivers/gpu/drm/i915/display/intel_cdclk.c b/drivers/gpu/drm/i915/display/intel_cdclk.c index 55b5dd1..423c91b 100644 --- a/drivers/gpu/drm/i915/display/intel_cdclk.c +++ b/drivers/gpu/drm/i915/display/intel_cdclk.c @@ -1907,7 +1907,7 @@ intel_set_cdclk_pre_plane_update(struct intel_atomic_state *state) * intel_set_cdclk_post_plane_update - Push the CDCLK state to the hardware * @state: intel atomic state * - * Program the hardware before updating the HW plane state based on the + * Program the hardware after updating the HW plane state based on the * new CDCLK state, if necessary. */ void