* [PATCH 10/11] staging: sm750fb: fix open brace in function declaration
@ 2015-06-28 23:44 Anatoly Stepanov
0 siblings, 0 replies; only message in thread
From: Anatoly Stepanov @ 2015-06-28 23:44 UTC (permalink / raw)
To: linux-fbdev
Fix according to checkpatch.pl message:
"ERROR: open brace '{' following function declarations go on the next line"
Signed-off-by: Anatoly Stepanov <drivengroove@gmail.com>
---
drivers/staging/sm750fb/sm750_hw.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/staging/sm750fb/sm750_hw.c b/drivers/staging/sm750fb/sm750_hw.c
index 987da9e..a4f0cd0 100644
--- a/drivers/staging/sm750fb/sm750_hw.c
+++ b/drivers/staging/sm750fb/sm750_hw.c
@@ -423,7 +423,8 @@ int hw_sm750_setColReg(struct lynxfb_crtc *crtc, ushort index,
return 0;
}
-int hw_sm750le_setBLANK(struct lynxfb_output *output, int blank) {
+int hw_sm750le_setBLANK(struct lynxfb_output *output, int blank)
+{
int dpms, crtdb;
switch (blank) {
--
2.1.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2015-06-28 23:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-28 23:44 [PATCH 10/11] staging: sm750fb: fix open brace in function declaration Anatoly Stepanov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox