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:
parent
23b6fc73ce
commit
4cd3096dfd
@ -72,8 +72,7 @@ static unsigned long displayControlAdjust_SM750LE(mode_parameter_t *pModeParam,
|
||||
}
|
||||
|
||||
/* only timing related registers will be programed */
|
||||
static int programModeRegisters(mode_parameter_t *pModeParam,
|
||||
struct pll_value *pll)
|
||||
static int programModeRegisters(mode_parameter_t *pModeParam, struct pll_value *pll)
|
||||
{
|
||||
int ret = 0;
|
||||
int cnt = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user