gsm0808: cosmetic: switch is not a function

Change-Id: I2f58711675c5c9511c4f4fe4bf0d6e6f7dd093b1
This commit is contained in:
Vadim Yanitskiy 2022-12-14 01:13:19 +07:00
parent 7c1b6cb4cd
commit 8e962451fc
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ static uint8_t enc_speech_codec(struct msgb *msg,
* of 4 bit to fully specify the selected codec. In the following,
* we check if we work with an extended type or not. We also check
* if the codec type is valid at all. */
switch(sc->type) {
switch (sc->type) {
case GSM0808_SCT_FR1:
case GSM0808_SCT_FR2:
case GSM0808_SCT_FR3: