xiaoxiang781216 commented on a change in pull request #5807:
URL: https://github.com/apache/incubator-nuttx/pull/5807#discussion_r831039365



##########
File path: fs/procfs/fs_procfsproc.c
##########
@@ -1445,11 +1445,11 @@ static int proc_open(FAR struct file *filep, FAR const 
char *relpath,
 
   ptr++;
 
-  /* A valid PID would be in the range of 0-32767 (0 is reserved for the
+  /* A valid PID would be in the range of 0-INT_MAX (0 is reserved for the

Review comment:
       I change >= to > instead.




-- 
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


Reply via email to