[Intel-gfx] [PATCH] drm/i915: Fix whitespace (trivial)

Jani Nikula jani.nikula at linux.intel.com
Wed Dec 30 01:31:56 PST 2015


On Wed, 30 Dec 2015, Ben Widawsky <benjamin.widawsky at intel.com> wrote:
> Signed-off-by: Ben Widawsky <benjamin.widawsky at intel.com>

Pushed to drm-intel-next-queued, thanks for the patch.

BR,
Jani.

> ---
>  drivers/gpu/drm/i915/intel_lrc.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/i915/intel_lrc.c b/drivers/gpu/drm/i915/intel_lrc.c
> index ca5c0e8..973487a 100644
> --- a/drivers/gpu/drm/i915/intel_lrc.c
> +++ b/drivers/gpu/drm/i915/intel_lrc.c
> @@ -538,8 +538,8 @@ void intel_lrc_irq_handler(struct intel_engine_cs *ring)
>  				WARN(1, "Preemption without Lite Restore\n");
>  		}
>  
> -		 if ((status & GEN8_CTX_STATUS_ACTIVE_IDLE) ||
> -		     (status & GEN8_CTX_STATUS_ELEMENT_SWITCH)) {
> +		if ((status & GEN8_CTX_STATUS_ACTIVE_IDLE) ||
> +		    (status & GEN8_CTX_STATUS_ELEMENT_SWITCH)) {
>  			if (execlists_check_remove_request(ring, status_id))
>  				submit_contexts++;
>  		}

-- 
Jani Nikula, Intel Open Source Technology Center


More information about the Intel-gfx mailing list