include: nuttx: net: telnet.h: fix nxstyle errors

Nxstyle errors fix to pass CI.

Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
This commit is contained in:
Alin Jerpelea 2021-01-30 14:58:00 +01:00 committed by Alan Carvalho de Assis
parent 3a566af4bb
commit d49e0f56c6

View File

@ -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
****************************************************************************/
/****************************************************************************