Skip to content

Commit 5bebf80

Browse files
author
Andi Shyti
committed
drm/i915/gt: Remove trailing blank lines
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
1 parent b6aa4b8 commit 5bebf80

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

drivers/gpu/drm/i915/gt/intel_gtt.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ static void clear_vm_list(struct list_head *list)
176176
i915_vma_destroy_locked(vma);
177177
i915_gem_object_put(obj);
178178
}
179-
180179
}
181180
}
182181

drivers/gpu/drm/i915/gt/intel_lrc.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,6 @@ static int lrc_ring_indirect_offset(const struct intel_engine_cs *engine)
751751

752752
static int lrc_ring_cmd_buf_cctl(const struct intel_engine_cs *engine)
753753
{
754-
755754
if (GRAPHICS_VER_FULL(engine->i915) >= IP_VER(12, 55))
756755
/*
757756
* Note that the CSFE context has a dummy slot for CMD_BUF_CCTL

drivers/gpu/drm/i915/gt/intel_mocs.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,6 @@ static const struct drm_i915_mocs_entry icl_mocs_table[] = {
314314
};
315315

316316
static const struct drm_i915_mocs_entry dg1_mocs_table[] = {
317-
318317
/* UC */
319318
MOCS_ENTRY(1, 0, L3_1_UC),
320319
/* WB - L3 */

0 commit comments

Comments
 (0)