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