anchao commented on code in PR #16319: URL: https://github.com/apache/nuttx/pull/16319#discussion_r2074367178
########## libs/libc/stream/lib_blkoutstream.c: ########## @@ -153,15 +153,15 @@ static ssize_t blkoutstream_puts(FAR struct lib_sostream_s *self, if (offset > 0) { - size_t copyin = offset + remain > sectorsize ? Review Comment: could we keep the name copyin? There are similar naming in other kernel: https://github.com/search?q=repo%3Atorvalds%2Flinux+copyin&type=code&p=1 -- 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