acassis commented on code in PR #19212: URL: https://github.com/apache/nuttx/pull/19212#discussion_r3469849869
########## fs/vfs/fs_link.c: ########## Review Comment: Please use: set_errno(ENOSYS); ########## fs/vfs/fs_link.c: ########## Review Comment: use: return ERROR; Although ERROR = -1, none function inside fs/vfat returns -1, it is better to follow the standard -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
