mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Tom Lane <tom.lane0@gmail.com>
To: airlied@redhat.com
Cc: akpm@linux-foundation.org, linux-kernel@vger.kernel.org,
	Tom Lane <tom.lane0@gmail.com>
Subject: [PATCH] Drivers Gpu: Vga driver: fixed a brace issue.
Date: Mon, 22 Aug 2011 21:03:04 +0100	[thread overview]
Message-ID: <1314043384-6148-1-git-send-email-tom.lane0@gmail.com> (raw)

fixed a coding style error in vga driver and removed following whitespace.

Signed-off-by: Tom Lane <tom.lane0@gmail.com>
---
 drivers/gpu/vga/vgaarb.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/gpu/vga/vgaarb.c b/drivers/gpu/vga/vgaarb.c
index c72f1c0..c5b5375 100644
--- a/drivers/gpu/vga/vgaarb.c
+++ b/drivers/gpu/vga/vgaarb.c
@@ -285,9 +285,9 @@ enable_them:
 
 	pci_set_vga_state(vgadev->pdev, true, pci_bits, flags);
 
-	if (!vgadev->bridge_has_one_vga) {
+	if (!vgadev->bridge_has_one_vga)
 		vga_irq_set_state(vgadev, true);
-	}
+
 	vgadev->owns |= (wants & vgadev->decodes);
 lock_them:
 	vgadev->locks |= (rsrc & VGA_RSRC_LEGACY_MASK);
-- 
1.7.6


                 reply	other threads:[~2011-08-22 20:04 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1314043384-6148-1-git-send-email-tom.lane0@gmail.com \
    --to=tom.lane0@gmail.com \
    --cc=airlied@redhat.com \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®