pkarashchenko commented on code in PR #8753: URL: https://github.com/apache/nuttx/pull/8753#discussion_r1128631211
########## mm/iob/iob_clone.c: ########## @@ -109,8 +109,8 @@ static int iob_next(FAR struct iob_s *iob, bool throttled, bool block) ****************************************************************************/ int iob_clone_partial(FAR struct iob_s *iob1, unsigned int len, Review Comment: Why `unsigned` is removed and what is the reason for switching to subtraction logic? -- 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]
