From 82435a337a6c89ecffc8479d149a7961d5fef28c Mon Sep 17 00:00:00 2001 From: Piotr Dymacz Date: Wed, 29 Apr 2015 16:02:00 +0200 Subject: [PATCH] Add missing newline in setclk command description. --- u-boot/common/cmd_custom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 u-boot/common/cmd_custom.c diff --git a/u-boot/common/cmd_custom.c b/u-boot/common/cmd_custom.c old mode 100644 new mode 100755 index f9a10cf..780e85f --- a/u-boot/common/cmd_custom.c +++ b/u-boot/common/cmd_custom.c @@ -672,7 +672,7 @@ U_BOOT_CMD(setclk, 2, 0, do_set_clocks, "select clocks configuration from predef "index\n" "\t- save 'index' configuration in FLASH\n" "setclk\n" - "\t- prints available clocks configurations and current settings"); + "\t- prints available clocks configurations and current settings\n"); /* * Remove (clear) PLL and clock settings in FLASH -- 2.25.1