xiaoxiang781216 commented on code in PR #18607:
URL: https://github.com/apache/nuttx/pull/18607#discussion_r3077300165
##########
fs/procfs/fs_procfsprofile.c:
##########
Review Comment:
remove ALL cast with the right format specifier
##########
fs/vfs/fs_close.c:
##########
Review Comment:
```suggestion
g_fs_profile.closes);
```
##########
fs/vfs/fs_open.c:
##########
Review Comment:
```suggestion
g_fs_profile.opens);
```
##########
fs/vfs/fs_read.c:
##########
Review Comment:
```suggestion
g_fs_profile.reads);
```
##########
fs/vfs/fs_write.c:
##########
Review Comment:
```suggestion
g_fs_profile.writes);
```
##########
commit_msg.txt:
##########
Review Comment:
why add this file and test_bits_log.txt
--
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]