]> git.sur5r.net Git - u-boot/commit
samsung: clean up checkpatch issues
authorMinkyu Kang <mk7.kang@samsung.com>
Fri, 23 Oct 2015 07:21:20 +0000 (16:21 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Mon, 2 Nov 2015 01:38:22 +0000 (10:38 +0900)
commitde5f9733f653091d4b227914d04432099a6448dc
treeb243193245961448ae3466cfa494bcd48b3869a7
parent1d83970f6f6003276373843b8e2fd75f78f1caf3
samsung: clean up checkpatch issues

This patch will fix these checkpatch issues.

CHECK: Alignment should match open parenthesis
+ printf("Enter: %s %s\n", mode_name[mode][0],
+  mode_info[mode]);

CHECK: Alignment should match open parenthesis
+ lcd_printf("\n\n\t%s %s\n", mode_name[mode][0],
+     mode_info[mode]);

CHECK: Alignment should match open parenthesis
+ lcd_printf("\t%s  %s - %s\n\n", selection[i],
+ mode_name[i][0],

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
board/samsung/common/misc.c