linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 6/6] Drivers: video: riva: riva_hw: fixed a brace coding style issue
@ 2011-11-18  4:50 Zac Storer
  0 siblings, 0 replies; only message in thread
From: Zac Storer @ 2011-11-18  4:50 UTC (permalink / raw)
  To: adaplas; +Cc: linux-fbdev, linux-kernel, Zac Storer

Fixed a brace coding style issue.

Signed-off-by: Zac Storer <zac.3.14159@gmail.com>
---
 drivers/video/riva/riva_hw.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/video/riva/riva_hw.c b/drivers/video/riva/riva_hw.c
index c4b8a6f..5cd1d71 100644
--- a/drivers/video/riva/riva_hw.c
+++ b/drivers/video/riva/riva_hw.c
@@ -1038,7 +1038,7 @@ static void nv10CalcArbitration
             min_mclk_extra--;
           }
       } else {
-        if (clwm > 1023){ /* Have some margin */
+        if (clwm > 1023) { /* Have some margin */
           fifo->valid = 0;
           found = 0;
           if(min_mclk_extra == 0)   
-- 
1.7.7.3


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-11-18  4:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-18  4:50 [PATCH 6/6] Drivers: video: riva: riva_hw: fixed a brace coding style issue Zac Storer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).