Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4cd3096d authored by Arushi Singhal's avatar Arushi Singhal Committed by Greg Kroah-Hartman
Browse files

staging: sm750fb: Alignment should match open parenthesis



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

Signed-off-by: default avatarArushi Singhal <arushisinghal19971997@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 23b6fc73
Loading
Loading
Loading
Loading
+39 −40
Original line number Diff line number Diff line
@@ -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;