From: Anatoly Stepanov Date: Sun, 28 Jun 2015 23:44:03 +0000 (+0300) Subject: staging: sm750fb: fix open brace in function declaration X-Git-Tag: v4.3-rc1~158^2~680 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=14a974c567aa30070f87ec6652c1727a0e03f11a;p=karo-tx-linux.git staging: sm750fb: fix open brace in function declaration Fix according to checkpatch.pl message: "ERROR: open brace '{' following function declarations go on the next line" Signed-off-by: Anatoly Stepanov Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/sm750fb/sm750_hw.c b/drivers/staging/sm750fb/sm750_hw.c index 987da9e2aa2f..a4f0cd06e74c 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) {