Home
last modified time | relevance | path

Searched hist:de5f9733f653091d4b227914d04432099a6448dc (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/board/samsung/common/
H A Dmisc.cde5f9733f653091d4b227914d04432099a6448dc Fri Oct 23 07:21:20 UTC 2015 Minkyu Kang <mk7.kang@samsung.com> 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>