You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ac...@apache.org on 2021/02/01 14:22:15 UTC

[incubator-nuttx] 02/04: include: nuttx: net: telnet.h: fix nxstyle errors

This is an automated email from the ASF dual-hosted git repository.

acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit d49e0f56c6fcc0c354737868cbb00b015786c716
Author: Alin Jerpelea <al...@sony.com>
AuthorDate: Sat Jan 30 14:58:00 2021 +0100

    include: nuttx: net: telnet.h: fix nxstyle errors
    
    Nxstyle errors fix to pass CI.
    
    Signed-off-by: Alin Jerpelea <al...@sony.com>
---
 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 b9c3e25..4872593 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
  ****************************************************************************/
 
 /****************************************************************************