Jenkins Builder has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmo-netif/+/36299?usp=email )
Change subject: doc: various osmux API documentation updates ......................................................................
Patch Set 1:
(2 comments)
File src/osmux.c:
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-15133): https://gerrit.osmocom.org/c/libosmo-netif/+/36299/comment/0e4f2b3e_ec96c2d6 PS1, Line 30: #define SNPRINTF_BUFFER_SIZE(ret, remain, offset) \ Macros starting with if should be enclosed by a do - while loop to avoid possible if/else logic defects
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-15133): https://gerrit.osmocom.org/c/libosmo-netif/+/36299/comment/356daf0a_afa94cb1 PS1, Line 30: #define SNPRINTF_BUFFER_SIZE(ret, remain, offset) \ macros should not use a trailing semicolon