laforge has submitted this change. ( https://gerrit.osmocom.org/c/libosmocore/+/33687 )
Change subject: cosmetic: Fix doc comment ...................................................................... cosmetic: Fix doc comment Change-Id: Iec614004a0382534f4bfcc375f4d89192d7f27aa --- M src/core/osmo_io.c 1 file changed, 10 insertions(+), 0 deletions(-) Approvals: laforge: Looks good to me, but someone else must approve daniel: Looks good to me, approved pespin: Looks good to me, but someone else must approve Jenkins Builder: Verified diff --git a/src/core/osmo_io.c b/src/core/osmo_io.c index 90ea674..8cc6d37 100644 --- a/src/core/osmo_io.c +++ b/src/core/osmo_io.c @@ -533,6 +533,7 @@ } /*! Set the size and headroom of the msgb allocated when receiving messages + * \param[in] iofd the file descriptor * \param[in] size the size of the msgb when receiving data * \param[in] headroom the headroom of the msgb when receiving data */ -- To view, visit https://gerrit.osmocom.org/c/libosmocore/+/33687 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: libosmocore Gerrit-Branch: master Gerrit-Change-Id: Iec614004a0382534f4bfcc375f4d89192d7f27aa Gerrit-Change-Number: 33687 Gerrit-PatchSet: 4 Gerrit-Owner: daniel <[email protected]> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: daniel <[email protected]> Gerrit-Reviewer: laforge <[email protected]> Gerrit-Reviewer: pespin <[email protected]> Gerrit-CC: dexter <[email protected]> Gerrit-MessageType: merged
