From aac84edc9d7c38305dcc783fb3625f7fd77a635c Mon Sep 17 00:00:00 2001 From: Eric Date: Tue, 9 Nov 2021 16:22:01 +0100 Subject: [PATCH] fix up some docstrings that lost their dot Change-Id: I88333c165f1dc11ae29f4c1726c15656386d1f0e --- src/libosmo-mgcp/mgcp_endp.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/libosmo-mgcp/mgcp_endp.c b/src/libosmo-mgcp/mgcp_endp.c index 247baac7c..a41e0d0f6 100644 --- a/src/libosmo-mgcp/mgcp_endp.c +++ b/src/libosmo-mgcp/mgcp_endp.c @@ -224,9 +224,9 @@ static struct mgcp_endpoint *find_free_endpoint(const struct mgcp_trunk *trunk) } /*! Find an endpoint of a trunk specified by its name. - * \param[in] epname endpoint name to check - * \param[in] trunk mgcp_trunk that might have this endpoint - * \returns NULL if no ep found, else endpoint */ + * \param[in] epname endpoint name to check. + * \param[in] trunk mgcp_trunk that might have this endpoint. + * \returns NULL if no ep found, else endpoint. */ struct mgcp_endpoint *mgcp_endp_find_specific(const char *epname, const struct mgcp_trunk *trunk) {