All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chris Wilson <chris@chris-wilson.co.uk>
To: intel-gfx@lists.freedesktop.org
Subject: [PATCH 1/9] drm/i915: Fix random indent in i915_drm_resume()
Date: Sat,  2 Jul 2016 15:35:58 +0100	[thread overview]
Message-ID: <1467470166-31717-1-git-send-email-chris@chris-wilson.co.uk> (raw)

smatch complains:

	drivers/gpu/drm/i915/i915_drv.c:1616 i915_drm_resume() warn:
	inconsistent indenting

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
---
 drivers/gpu/drm/i915/i915_drv.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/i915_drv.c b/drivers/gpu/drm/i915/i915_drv.c
index 1317e348dbab..2ffcadee3570 100644
--- a/drivers/gpu/drm/i915/i915_drv.c
+++ b/drivers/gpu/drm/i915/i915_drv.c
@@ -1613,7 +1613,7 @@ static int i915_drm_resume(struct drm_device *dev)
 	mutex_lock(&dev->struct_mutex);
 	if (i915_gem_init_hw(dev)) {
 		DRM_ERROR("failed to re-initialize GPU, declaring wedged!\n");
-			atomic_or(I915_WEDGED, &dev_priv->gpu_error.reset_counter);
+		atomic_or(I915_WEDGED, &dev_priv->gpu_error.reset_counter);
 	}
 	mutex_unlock(&dev->struct_mutex);
 
-- 
2.8.1

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

             reply	other threads:[~2016-07-02 14:36 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-02 14:35 Chris Wilson [this message]
2016-07-02 14:35 ` [PATCH 2/9] drm/915: Fix long lines and random indent in gen6_set_rps_thresholds() Chris Wilson
2016-07-02 17:20   ` Matthew Auld
2016-07-02 14:36 ` [PATCH 3/9] drm/i915: Fix indentation in i915_gem_framebuffer_info() Chris Wilson
2016-07-02 17:22   ` Matthew Auld
2016-07-02 14:36 ` [PATCH 4/9] drm/i915: Fix inconsistent indenting in i915_error_state_to_str() Chris Wilson
2016-07-02 17:23   ` Matthew Auld
2016-07-02 14:36 ` [PATCH 5/9] drm/i915: Match bitmask size to types in intel_fb_initial_config() Chris Wilson
2016-07-02 17:40   ` Matthew Auld
2016-07-02 14:36 ` [PATCH 6/9] drm/i915: Fix inconsistent indenting in vbt_panel_init() Chris Wilson
2016-07-02 17:41   ` Matthew Auld
2016-07-02 14:36 ` [PATCH 7/9] drm/i915: Fix buffer overflow in dsi_calc_mnp() Chris Wilson
2016-07-02 18:06   ` Matthew Auld
2016-07-02 14:36 ` [PATCH 8/9] drm/i915: Fix inconsistent indentation in intel_pre_enable_lvds() Chris Wilson
2016-07-02 18:07   ` Matthew Auld
2016-07-02 14:36 ` [PATCH 9/9] drm/i915: Remove check for !crtc_state in intel_plane_atomic_calc_changes() Chris Wilson
2016-07-02 18:09   ` Matthew Auld
2016-07-02 18:32     ` Chris Wilson
2016-07-02 14:58 ` ✗ Ro.CI.BAT: failure for series starting with [1/9] drm/i915: Fix random indent in i915_drm_resume() Patchwork
2016-07-02 17:17 ` [PATCH 1/9] " Matthew Auld

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1467470166-31717-1-git-send-email-chris@chris-wilson.co.uk \
    --to=chris@chris-wilson.co.uk \
    --cc=intel-gfx@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.