From 19553cb3958fcf2ab0c72e11bf92a465735f4dca Mon Sep 17 00:00:00 2001 From: huangjian Date: Tue, 20 Dec 2022 21:49:37 +0800 Subject: [PATCH] nshlib:fix "Long line" Signed-off-by: huangjian --- include/nshlib/nshlib.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/nshlib/nshlib.h b/include/nshlib/nshlib.h index c0a0148e0..ce38bccb1 100644 --- a/include/nshlib/nshlib.h +++ b/include/nshlib/nshlib.h @@ -196,8 +196,8 @@ void platform_motd(FAR char *buffer, size_t buflen); * Name: platform_skip_login * * Description: - * If CONFIG_NSH_PLATFORM_SKIP_LOGIN is defined, then platform-specific logic - * must provide this function in order to skip login. + * If CONFIG_NSH_PLATFORM_SKIP_LOGIN is defined, then platform-specific + * logic must provide this function in order to skip login. * * Input Parameters: * None