abis_rsl: fix sourcecode formatting

Change-Id: I6c4b6bd86c081046e34f51625c86015fc58c55c2
This commit is contained in:
Philipp Maier 2023-01-12 13:58:42 +01:00 committed by dexter
parent 9b45d86e5e
commit 0b7d9b26b6
1 changed files with 1 additions and 1 deletions

View File

@ -1810,7 +1810,7 @@ static int rsl_rx_pchan_rqd(struct chan_rqd *rqd)
is_11bit = 1;
/* FIXME: Also handle 11 bit rach requests */
LOGP(DRSL, LOGL_ERROR, "BTS %d eleven bit access burst not supported yet!\n",rqd->bts->nr);
LOGP(DRSL, LOGL_ERROR, "BTS %d eleven bit access burst not supported yet!\n", rqd->bts->nr);
return -EINVAL;
} else {
is_11bit = 0;