kasjer commented on a change in pull request #2052: FCB Rotate Notification
URL: https://github.com/apache/mynewt-core/pull/2052#discussion_r335929332
##########
File path: fs/fcb/src/fcb_getnext.c
##########
@@ -110,6 +110,48 @@ fcb_getnext_nolock(struct fcb *fcb, struct fcb_entry *loc)
return 0;
}
+int
+fcb_getnext_nolock_sector(struct fcb *fcb, struct fcb_entry *loc)
Review comment:
_nolock is usually appended to function name and does not goes in the middle
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services