summaryrefslogtreecommitdiffstats
path: root/board/samsung
diff options
context:
space:
mode:
authorMinkyu Kang <mk7.kang@samsung.com>2015-10-23 16:21:20 +0900
committerMinkyu Kang <mk7.kang@samsung.com>2015-11-02 10:38:22 +0900
commitde5f9733f653091d4b227914d04432099a6448dc (patch)
treeb243193245961448ae3466cfa494bcd48b3869a7 /board/samsung
parent1d83970f6f6003276373843b8e2fd75f78f1caf3 (diff)
downloadblackbird-obmc-uboot-de5f9733f653091d4b227914d04432099a6448dc.tar.gz
blackbird-obmc-uboot-de5f9733f653091d4b227914d04432099a6448dc.zip
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>
Diffstat (limited to 'board/samsung')
-rw-r--r--board/samsung/common/misc.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/board/samsung/common/misc.c b/board/samsung/common/misc.c
index c8316d854f..da0d4db1f9 100644
--- a/board/samsung/common/misc.c
+++ b/board/samsung/common/misc.c
@@ -259,9 +259,9 @@ static int mode_leave_menu(int mode)
cmd = find_cmd(mode_name[mode][1]);
if (cmd) {
printf("Enter: %s %s\n", mode_name[mode][0],
- mode_info[mode]);
+ mode_info[mode]);
lcd_printf("\n\n\t%s %s\n", mode_name[mode][0],
- mode_info[mode]);
+ mode_info[mode]);
lcd_puts("\n\tDo not turn off device before finish!\n");
cmd_result = run_command(mode_cmd[mode], 0);
@@ -318,8 +318,7 @@ static void display_download_menu(int mode)
for (i = 0; i <= BOOT_MODE_EXIT; i++)
lcd_printf("\t%s %s - %s\n\n", selection[i],
- mode_name[i][0],
- mode_info[i]);
+ mode_name[i][0], mode_info[i]);
}
static void download_menu(void)
OpenPOWER on IntegriCloud