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 <drivengroove@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Anatoly Stepanov 2015-06-29 02:44:03 +03:00 committed by Greg Kroah-Hartman
parent 9a52ae2dd8
commit 14a974c567

View file

@ -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) {