mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: David Archuleta Jr <darchuletajr@gmail.com>
To: bskeggs@redhat.com
Cc: airlied@linux.ie, dri-devel@lists.freedesktop.org,
	nouveau@lists.freedesktop.org, linux-kernel@vger.kernel.org,
	David Archuleta Jr <darchuletajr@gmail.com>
Subject: [PATCH] drivers: drm: nouveau: Fix brace coding style error
Date: Thu, 22 Sep 2016 17:34:38 -0700	[thread overview]
Message-ID: <20160923003438.11138-1-darchuletajr@gmail.com> (raw)

Fixed a coding style issue. Else should follow brace.

Signed-off-by: David Archuleta Jr. <darchuletajr@gmail.com>
---
 drivers/gpu/drm/nouveau/nouveau_display.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/nouveau/nouveau_display.c b/drivers/gpu/drm/nouveau/nouveau_display.c
index afbf557..0d39e17 100644
--- a/drivers/gpu/drm/nouveau/nouveau_display.c
+++ b/drivers/gpu/drm/nouveau/nouveau_display.c
@@ -851,8 +851,7 @@ nouveau_finish_page_flip(struct nouveau_channel *chan,
 			/* Give up ownership of vblank for page-flipped crtc */
 			drm_crtc_vblank_put(s->crtc);
 		}
-	}
-	else {
+	} else {
 		/* Give up ownership of vblank for page-flipped crtc */
 		drm_crtc_vblank_put(s->crtc);
 	}
-- 
2.10.0

                 reply	other threads:[~2016-09-23  0:35 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=20160923003438.11138-1-darchuletajr@gmail.com \
    --to=darchuletajr@gmail.com \
    --cc=airlied@linux.ie \
    --cc=bskeggs@redhat.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=nouveau@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 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®