* [PATCH] drivers: drm: nouveau: Fix brace coding style error
@ 2016-09-23 0:34 David Archuleta Jr
0 siblings, 0 replies; only message in thread
From: David Archuleta Jr @ 2016-09-23 0:34 UTC (permalink / raw)
To: bskeggs; +Cc: airlied, dri-devel, nouveau, linux-kernel, David Archuleta Jr
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2016-09-23 0:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-23 0:34 [PATCH] drivers: drm: nouveau: Fix brace coding style error David Archuleta Jr
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®