From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Mon, 02 Nov 2015 14:39:42 +0900 Subject: [U-Boot] [PATCH 5/5] samsung: clean up checkpatch issues In-Reply-To: <5629F09B.2020802@samsung.com> References: <5629F09B.2020802@samsung.com> Message-ID: <5636F71E.2070908@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 23/10/15 17:32, Minkyu Kang wrote: > 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 > --- > board/samsung/common/misc.c | 7 +++---- > 1 file changed, 3 insertions(+), 4 deletions(-) > applied to u-boot-samsung. Thanks, Minkyu Kang.