Commit f07e89ce authored by Eva Rachel Retuya's avatar Eva Rachel Retuya Committed by Greg Kroah-Hartman

staging: fbtft: Fix alignment to match open parenthesis

Fix alignment issues by properly indenting function parameters in
accordance to the kernel coding style. Checkpatch pointed out this
issue.

CHECK: Alignment should match open parenthesis
Signed-off-by: default avatarEva Rachel Retuya <eraretuya@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 3a334ea5
...@@ -229,8 +229,7 @@ static int gamma_adj(struct fbtft_par *par, unsigned long *curves) ...@@ -229,8 +229,7 @@ static int gamma_adj(struct fbtft_par *par, unsigned long *curves)
CURVE(0, 12), CURVE(0, 12),
CURVE(0, 13), CURVE(0, 13),
CURVE(0, 14), CURVE(0, 14),
CURVE(0, 15) CURVE(0, 15));
);
/* Write Data to GRAM mode */ /* Write Data to GRAM mode */
write_reg(par, MIPI_DCS_WRITE_MEMORY_START); write_reg(par, MIPI_DCS_WRITE_MEMORY_START);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment