All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Toralf Förster" <toralf.foerster@gmx.de>
To: dri-devel@lists.freedesktop.org
Cc: toralf.foerster@gmx.de
Subject: [PATCH] check_patch.pl: fix spaces
Date: Fri, 10 Dec 2010 16:17:48 +0100	[thread overview]
Message-ID: <1291994268-20847-1-git-send-email-toralf.foerster@gmx.de> (raw)

[-- Attachment #1: Type: text/plain, Size: 171 bytes --]


Signed-off-by: Toralf Förster <toralf.foerster@gmx.de>
---
 drivers/gpu/drm/i915/i915_debugfs.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-check_patch.pl-fix-spaces.patch --]
[-- Type: text/x-patch; name="0001-check_patch.pl-fix-spaces.patch", Size: 1004 bytes --]

diff --git a/drivers/gpu/drm/i915/i915_debugfs.c b/drivers/gpu/drm/i915/i915_debugfs.c
index 1f4f3ce..7232fcd 100644
--- a/drivers/gpu/drm/i915/i915_debugfs.c
+++ b/drivers/gpu/drm/i915/i915_debugfs.c
@@ -244,13 +244,13 @@ static int i915_gem_pageflip_info(struct seq_file *m, void *data)
 
 			if (work->old_fb_obj) {
 				struct drm_i915_gem_object *obj_priv = to_intel_bo(work->old_fb_obj);
-				if(obj_priv)
-					seq_printf(m, "Old framebuffer gtt_offset 0x%08x\n", obj_priv->gtt_offset );
+				if (obj_priv)
+					seq_printf(m, "Old framebuffer gtt_offset 0x%08x\n", obj_priv->gtt_offset);
 			}
 			if (work->pending_flip_obj) {
 				struct drm_i915_gem_object *obj_priv = to_intel_bo(work->pending_flip_obj);
-				if(obj_priv)
-					seq_printf(m, "New framebuffer gtt_offset 0x%08x\n", obj_priv->gtt_offset );
+				if (obj_priv)
+					seq_printf(m, "New framebuffer gtt_offset 0x%08x\n", obj_priv->gtt_offset);
 			}
 		}
 		spin_unlock_irqrestore(&dev->event_lock, flags);

[-- Attachment #3: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

             reply	other threads:[~2010-12-10 15:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-10 15:17 Toralf Förster [this message]
2010-12-10 16:47 [PATCH] check_patch.pl: fix spaces Toralf Förster

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=1291994268-20847-1-git-send-email-toralf.foerster@gmx.de \
    --to=toralf.foerster@gmx.de \
    --cc=dri-devel@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.