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

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
Loading
Loading
Loading
Loading
+16 −17
Original line number Diff line number Diff line
@@ -229,8 +229,7 @@ static int gamma_adj(struct fbtft_par *par, unsigned long *curves)
		  CURVE(0, 12),
		  CURVE(0, 13),
		  CURVE(0, 14),
				CURVE(0, 15)
				);
		  CURVE(0, 15));

	/* Write Data to GRAM mode */
	write_reg(par, MIPI_DCS_WRITE_MEMORY_START);
+2 −2

File changed.

Contains only whitespace changes.

+4 −4

File changed.

Contains only whitespace changes.

+5 −5

File changed.

Contains only whitespace changes.