From d49e0f56c6fcc0c354737868cbb00b015786c716 Mon Sep 17 00:00:00 2001 From: Alin Jerpelea Date: Sat, 30 Jan 2021 14:58:00 +0100 Subject: [PATCH] include: nuttx: net: telnet.h: fix nxstyle errors Nxstyle errors fix to pass CI. Signed-off-by: Alin Jerpelea --- include/nuttx/net/telnet.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/nuttx/net/telnet.h b/include/nuttx/net/telnet.h index b9c3e25410..4872593fe7 100644 --- a/include/nuttx/net/telnet.h +++ b/include/nuttx/net/telnet.h @@ -62,7 +62,8 @@ * * Command: SIOCTELNET * Description: Create a Telnet sessions. - * Argument: A pointer to a write-able instance of struct telnet_session_s. + * Argument: A pointer to a write-able instance of struct + * telnet_session_s. * Dependencies: CONFIG_NETDEV_TELNET */ @@ -73,7 +74,7 @@ struct telnet_session_s }; /**************************************************************************** - * Public Functions + * Public Functions Definitions ****************************************************************************/ /****************************************************************************