staging: sm750fb: Alignment should match open parenthesis

Fix checkpatch issues: "CHECK: Alignment should match open parenthesis".

Signed-off-by: Arushi Singhal <arushisinghal19971997@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Arushi Singhal 2017-03-14 02:18:49 +05:30 committed by Greg Kroah-Hartman
parent 23b6fc73ce
commit 4cd3096dfd

View File

@ -72,8 +72,7 @@ static unsigned long displayControlAdjust_SM750LE(mode_parameter_t *pModeParam,
} }
/* only timing related registers will be programed */ /* only timing related registers will be programed */
static int programModeRegisters(mode_parameter_t *pModeParam, static int programModeRegisters(mode_parameter_t *pModeParam, struct pll_value *pll)
struct pll_value *pll)
{ {
int ret = 0; int ret = 0;
int cnt = 0; int cnt = 0;