All of lore.kernel.org
 help / color / mirror / Atom feed
From: Daniel Vetter <daniel.vetter@ffwll.ch>
To: Intel Graphics Development <intel-gfx@lists.freedesktop.org>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Subject: [PATCH 01/10] tests/kms_cursor_crc: Align opening {
Date: Tue, 12 Aug 2014 12:11:56 +0200	[thread overview]
Message-ID: <1407838325-25580-1-git-send-email-daniel.vetter@ffwll.ch> (raw)

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
---
 tests/kms_cursor_crc.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/tests/kms_cursor_crc.c b/tests/kms_cursor_crc.c
index bbbf053d3207..723a6d556b54 100644
--- a/tests/kms_cursor_crc.c
+++ b/tests/kms_cursor_crc.c
@@ -396,8 +396,7 @@ static void test_cursor_size(data_t *data)
 static void run_test_generic(data_t *data, int cursor_max_size)
 {
 	int cursor_size;
-	for (cursor_size = 64; cursor_size <= 256; cursor_size *= 2)
-	{
+	for (cursor_size = 64; cursor_size <= 256; cursor_size *= 2) {
 		igt_fixture
 			igt_require(cursor_max_size >= cursor_size);
 
-- 
2.0.1

             reply	other threads:[~2014-08-12 10:11 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-12 10:11 Daniel Vetter [this message]
2014-08-12 10:11 ` [PATCH 02/10] docs: drop igt_edid again from the documentation Daniel Vetter
2014-08-12 10:11 ` [PATCH 03/10] lib/igt_kms: Unify pipe name helpers Daniel Vetter
2014-08-12 10:11 ` [PATCH 04/10] lib/igt_kms: Clean up the other _name functions/macros Daniel Vetter
2014-08-12 10:12 ` [PATCH 05/10] lib/igt_kms: doc for type2str functions Daniel Vetter
2014-08-12 10:12 ` [PATCH 06/10] lib/igt_kms: set_vt_graphics_mode is a low-level helper Daniel Vetter
2014-08-12 10:12 ` [PATCH 07/10] lib/igt_kms: Shuffle kmtests_ functions Daniel Vetter
2014-08-12 10:12 ` [PATCH 08/10] lib/igt_kms: Simplify return value of kmstest_get_connector_default_mode Daniel Vetter
2014-08-12 10:12 ` [PATCH 09/10] lib/igt_kms: Simplify return value of kmstest_get_connector_config Daniel Vetter
2014-08-12 10:12 ` [PATCH 10/10] lib/igt_kms: doc for the remaining kmstest_ functions Daniel Vetter

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=1407838325-25580-1-git-send-email-daniel.vetter@ffwll.ch \
    --to=daniel.vetter@ffwll.ch \
    --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.