提交 4cd3096d 编写于 作者: A Arushi Singhal 提交者: Greg Kroah-Hartman

staging: sm750fb: Alignment should match open parenthesis

Fix checkpatch issues: "CHECK: Alignment should match open parenthesis".
Signed-off-by: NArushi Singhal <arushisinghal19971997@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 23b6fc73
...@@ -72,8 +72,7 @@ static unsigned long displayControlAdjust_SM750LE(mode_parameter_t *pModeParam, ...@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册