pkarashchenko commented on code in PR #8072: URL: https://github.com/apache/nuttx/pull/8072#discussion_r1066686043
########## fs/vfs/fs_poll.c: ########## @@ -441,6 +441,7 @@ int file_poll(FAR struct file *filep, FAR struct pollfd *fds, bool setup) int poll(FAR struct pollfd *fds, nfds_t nfds, int timeout) { + struct pollfd *kfds; Review Comment: FAR is missing here -- 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