pussuw commented on code in PR #16361:
URL: https://github.com/apache/nuttx/pull/16361#discussion_r2085165125


##########
include/nuttx/fs/fs.h:
##########
@@ -959,7 +964,7 @@ int files_duplist(FAR struct filelist *plist, FAR struct 
filelist *clist,
  *
  ****************************************************************************/
 
-FAR struct file *files_fget(FAR struct filelist *list, int fd);
+FAR struct file *files_fget(FAR struct fdlist *list, int fd);

Review Comment:
   fdlist_fget ? I think fget is quite a commonly used name.



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