Review at  https://gerrit.osmocom.org/4328

cosmetic: fix commenting style

Change-Id: Ib717d9dd3b17250ef4d6c67be0463a407cb83fbe
---
M src/libosmo-mgcp/mgcp_sdp.c
1 file changed, 2 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-mgw refs/changes/28/4328/1

diff --git a/src/libosmo-mgcp/mgcp_sdp.c b/src/libosmo-mgcp/mgcp_sdp.c
index 2ce09fd..d1fe53d 100644
--- a/src/libosmo-mgcp/mgcp_sdp.c
+++ b/src/libosmo-mgcp/mgcp_sdp.c
@@ -180,10 +180,8 @@
        if (!codec->codec_name)
                return 0;
 
-       /*
-        * GSM, GSM/8000 and GSM/8000/1 should all be compatible.. let's go
-        * by name first.
-        */
+       /* GSM, GSM/8000 and GSM/8000/1 should all be compatible...
+        * let's go by name first. */
        codec_str = endp->tcfg->audio_name;
        if (sscanf(codec_str, "%63[^/]/%*d/%*d", audio_codec) < 1)
                return 0;

-- 
To view, visit https://gerrit.osmocom.org/4328
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib717d9dd3b17250ef4d6c67be0463a407cb83fbe
Gerrit-PatchSet: 1
Gerrit-Project: osmo-mgw
Gerrit-Branch: master
Gerrit-Owner: dexter <pma...@sysmocom.de>

Reply via email to