drm/i915: clean up inconsistent indenting
authorColin Ian King <colin.king@canonical.com>
Thu, 2 Sep 2021 21:57:37 +0000 (22:57 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 8 Sep 2021 17:13:26 +0000 (19:13 +0200)
There is a statement that is indented one character too deeply,
clean this up.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20210902215737.55570-1-colin.king@canonical.com
drivers/gpu/drm/i915/gt/intel_execlists_submission.c

index de5f9c86b9a449f5cec629a72872f1c2cf0e5529..aeb324b701eceba1e748478547096ba3285e9b1f 100644 (file)
@@ -2565,7 +2565,7 @@ __execlists_context_pre_pin(struct intel_context *ce,
        if (!__test_and_set_bit(CONTEXT_INIT_BIT, &ce->flags)) {
                lrc_init_state(ce, engine, *vaddr);
 
-                __i915_gem_object_flush_map(ce->state->obj, 0, engine->context_size);
+               __i915_gem_object_flush_map(ce->state->obj, 0, engine->context_size);
        }
 
        return 0;