pkarashchenko commented on code in PR #7715:
URL: https://github.com/apache/nuttx/pull/7715#discussion_r1033260901


##########
libs/libc/stream/lib_blkoutstream.c:
##########
@@ -217,6 +227,7 @@ int lib_blkoutstream_open(FAR struct lib_blkoutstream_s 
*stream,
     }
 
   stream->inode        = inode;
+  stream->public.put   = blkoutstream_putc;

Review Comment:
   @xiaoxiang781216 maybe stream method also should be `putc`? What do you 
think? I've seen that recently you done some clean-up and changes from `putc` 
to `put`, but do not know the reasons why we stay with `put` now



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