drm/i915/gt: Remove trailing blank lines
authorAndi Shyti <andi.shyti@linux.intel.com>
Fri, 14 Mar 2025 02:12:23 +0000 (03:12 +0100)
committerAndi Shyti <andi.shyti@linux.intel.com>
Wed, 19 Mar 2025 01:40:49 +0000 (02:40 +0100)
Remove useless blank lines before and after the brackets.

Signed-off-by: Andi Shyti <andi.shyti@linux.intel.com>
Reviewed-by: Sebastian Brzezinka <sebastian.brzezinka@intel.com>
Reviewed-by: Krzysztof Karas <krzysztof.karas@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250314021225.11813-4-andi.shyti@linux.intel.com
drivers/gpu/drm/i915/gt/intel_gtt.c
drivers/gpu/drm/i915/gt/intel_lrc.c
drivers/gpu/drm/i915/gt/intel_mocs.c

index 30b128b1fde7c5f3f9c1d09d46dafbe077e8704e..afbc5c76930892fbc988766ca4ea8e164bd6e978 100644 (file)
@@ -176,7 +176,6 @@ static void clear_vm_list(struct list_head *list)
                        i915_vma_destroy_locked(vma);
                        i915_gem_object_put(obj);
                }
-
        }
 }
 
index 51847a846002ef1cf0c53d2a503d1e5170354740..c481b56fa67d107487f911bafb2e0969681d90f3 100644 (file)
@@ -751,7 +751,6 @@ static int lrc_ring_indirect_offset(const struct intel_engine_cs *engine)
 
 static int lrc_ring_cmd_buf_cctl(const struct intel_engine_cs *engine)
 {
-
        if (GRAPHICS_VER_FULL(engine->i915) >= IP_VER(12, 55))
                /*
                 * Note that the CSFE context has a dummy slot for CMD_BUF_CCTL
index d791d63d49b49e6bb9fa5750c1760975769fd258..96e7eb086a497b821fe8da22d13214976e503dc3 100644 (file)
@@ -314,7 +314,6 @@ static const struct drm_i915_mocs_entry icl_mocs_table[] = {
 };
 
 static const struct drm_i915_mocs_entry dg1_mocs_table[] = {
-
        /* UC */
        MOCS_ENTRY(1, 0, L3_1_UC),
        /* WB - L3 */