xiaoxiang781216 commented on code in PR #7472: URL: https://github.com/apache/incubator-nuttx/pull/7472#discussion_r1013545420
########## drivers/usbhost/usbhost_xboxcontroller.c: ########## @@ -1901,10 +1901,10 @@ static int usbhost_close(FAR struct file *filep) static ssize_t usbhost_read(FAR struct file *filep, FAR char *buffer, size_t len) { - FAR struct inode *inode; - FAR struct usbhost_state_s *priv; - FAR struct xbox_controller_buttonstate_s sample; - int ret; + FAR struct inode *inode; + FAR struct usbhost_state_s *priv; + FAR struct xbox_controller_buttonstate_s sample; Review Comment: Done. -- 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