staging: sm750fb: Remove extra space character
Remove an extra space in ddk750_mode.c to fix indentation Signed-off-by: Aymen Qader <qader.aymen@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
111961840f
commit
956666342a
@ -131,7 +131,7 @@ static int programModeRegisters(struct mode_parameter *pModeParam,
|
||||
DISPLAY_CTRL_HSYNC_PHASE |
|
||||
DISPLAY_CTRL_TIMING | DISPLAY_CTRL_PLANE);
|
||||
|
||||
poke32(CRT_DISPLAY_CTRL, tmp | reg);
|
||||
poke32(CRT_DISPLAY_CTRL, tmp | reg);
|
||||
}
|
||||
|
||||
} else if (pll->clockType == PRIMARY_PLL) {
|
||||
|
Loading…
Reference in New Issue
Block a user