cosmetic: fix commenting style

Change-Id: Ib717d9dd3b17250ef4d6c67be0463a407cb83fbe
This commit is contained in:
Philipp Maier 2017-10-18 11:44:37 +02:00
parent c7a228aceb
commit 31c4305225
1 changed files with 2 additions and 4 deletions

View File

@ -181,10 +181,8 @@ static int is_codec_compatible(const struct mgcp_endpoint *endp,
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;