]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/i915: s/"not not"/"not"/
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 13 Oct 2025 20:12:29 +0000 (23:12 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 16 Oct 2025 21:05:04 +0000 (00:05 +0300)
Elimiante the repeated "not not" in the bw code comments.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20251013201236.30084-3-ville.syrjala@linux.intel.com
Reviewed-by: Mika Kahola <mika.kahola@intel.com>
drivers/gpu/drm/i915/display/intel_bw.c

index a4d16711d3365feb6514386929ff7952b61207ef..d03da1ed4541f79eb1913bf77d547c76545dbf0a 100644 (file)
@@ -831,7 +831,7 @@ static unsigned int intel_bw_crtc_num_active_planes(const struct intel_crtc_stat
 {
        /*
         * We assume cursors are small enough
-        * to not not cause bandwidth problems.
+        * to not cause bandwidth problems.
         */
        return hweight8(crtc_state->active_planes & ~BIT(PLANE_CURSOR));
 }
@@ -846,7 +846,7 @@ static unsigned int intel_bw_crtc_data_rate(const struct intel_crtc_state *crtc_
        for_each_plane_id_on_crtc(crtc, plane_id) {
                /*
                 * We assume cursors are small enough
-                * to not not cause bandwidth problems.
+                * to not cause bandwidth problems.
                 */
                if (plane_id == PLANE_CURSOR)
                        continue;