Attention is currently required from: laforge.
Jenkins Builder has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmo-netif/+/36299?usp=email )
Change subject: docs: various osmux API documentation updates ......................................................................
Patch Set 3:
(2 comments)
File src/osmux.c:
Robot Comment from checkpatch (run ID jenkins-gerrit-lint-15142): https://gerrit.osmocom.org/c/libosmo-netif/+/36299/comment/09483d54_0c908c82 PS3, 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-15142): https://gerrit.osmocom.org/c/libosmo-netif/+/36299/comment/36385511_226b8868 PS3, Line 30: #define SNPRINTF_BUFFER_SIZE(ret, remain, offset) \ macros should not use a trailing semicolon