acassis commented on code in PR #16722: URL: https://github.com/apache/nuttx/pull/16722#discussion_r2205505405
########## fs/driver/fs_blockproxy.c: ########## @@ -148,6 +148,7 @@ static FAR char *unique_chardev(void) int block_proxy(FAR struct file *filep, FAR const char *blkdev, int oflags) { FAR char *chardev; + struct file temp; Review Comment: Please declare complex types like struct before primitive types like char, int, etc. Move it a line 150 -- 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