error log: rsl.c: typo x2

Change-Id: I285fdff8260f008d856b9cda811e9fbb936893eb
This commit is contained in:
Neels Hofmeyr 2016-07-24 15:14:54 +02:00
parent 8a2f026cf0
commit ae65ccd0b2
1 changed files with 2 additions and 2 deletions

View File

@ -2049,7 +2049,7 @@ static int rsl_rx_cchan(struct gsm_bts_trx *trx, struct msgb *msg)
msg->lchan = rsl_lchan_lookup(trx, cch->chan_nr);
if (!msg->lchan) {
LOGP(DRSL, LOGL_ERROR, "Rx RSL %s for unknow lchan\n",
LOGP(DRSL, LOGL_ERROR, "Rx RSL %s for unknown lchan\n",
rsl_msg_name(cch->c.msg_type));
msgb_free(msg);
return report_error(trx);
@ -2103,7 +2103,7 @@ static int rsl_rx_dchan(struct gsm_bts_trx *trx, struct msgb *msg)
msg->lchan = rsl_lchan_lookup(trx, dch->chan_nr);
if (!msg->lchan) {
LOGP(DRSL, LOGL_ERROR, "Rx RSL %s for unknow lchan\n",
LOGP(DRSL, LOGL_ERROR, "Rx RSL %s for unknown lchan\n",
rsl_or_ipac_msg_name(dch->c.msg_type));
msgb_free(msg);
return report_error(trx);