[Intel-gfx] [PATCH][next] drm/i915: clean up inconsistent indenting

Daniel Vetter daniel at ffwll.ch
Wed Sep 8 17:13:08 UTC 2021


On Thu, Sep 02, 2021 at 10:57:37PM +0100, Colin King wrote:
> From: Colin Ian King <colin.king at canonical.com>
> 
> There is a statement that is indented one character too deeply,
> clean this up.
> 
> Signed-off-by: Colin Ian King <colin.king at canonical.com>

Queued to drm-intel-gt-next, thanks for patch.
-Daniel

> ---
>  drivers/gpu/drm/i915/gt/intel_execlists_submission.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/i915/gt/intel_execlists_submission.c b/drivers/gpu/drm/i915/gt/intel_execlists_submission.c
> index de5f9c86b9a4..aeb324b701ec 100644
> --- a/drivers/gpu/drm/i915/gt/intel_execlists_submission.c
> +++ b/drivers/gpu/drm/i915/gt/intel_execlists_submission.c
> @@ -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;
> -- 
> 2.32.0
> 

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch


More information about the Intel-gfx mailing list