xiaoxiang781216 commented on code in PR #8950: URL: https://github.com/apache/nuttx/pull/8950#discussion_r1160038355
########## drivers/net/telnet.c: ########## @@ -1027,6 +1037,8 @@ static int telnet_ioctl(FAR struct file *filep, int cmd, unsigned long arg) { FAR struct inode *inode = filep->f_inode; FAR struct telnet_dev_s *priv = inode->i_private; + FAR struct termios *termiosp; + struct termios termios; Review Comment: remove, let's change termiosp directly -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org