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:
parent
3a566af4bb
commit
d49e0f56c6
@ -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
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user