laforge has submitted this change and it was merged. ( 
https://gerrit.osmocom.org/c/osmo-bts/+/14813 )

Change subject: fix spelling stuff mentioned by lintian
......................................................................

fix spelling stuff mentioned by lintian

Change-Id: I3d6cb6fc1b182d8520ba60e431ab9b74e71d5e3c
---
M src/common/pcu_sock.c
M src/common/rsl.c
M src/osmo-bts-octphy/l1_if.c
M src/osmo-bts-trx/trx_vty.c
4 files changed, 4 insertions(+), 4 deletions(-)

Approvals:
  laforge: Looks good to me, approved
  pespin: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/src/common/pcu_sock.c b/src/common/pcu_sock.c
index 39b4568..1d9fa72 100644
--- a/src/common/pcu_sock.c
+++ b/src/common/pcu_sock.c
@@ -677,7 +677,7 @@
                rc = pcu_rx_txt_ind(bts, &pcu_prim->u.txt_ind);
                break;
        default:
-               LOGP(DPCU, LOGL_ERROR, "Received unknwon PCU msg type %d\n",
+               LOGP(DPCU, LOGL_ERROR, "Received unknown PCU msg type %d\n",
                        msg_type);
                rc = -EINVAL;
        }
diff --git a/src/common/rsl.c b/src/common/rsl.c
index 0a613bb..0a6a4e5 100644
--- a/src/common/rsl.c
+++ b/src/common/rsl.c
@@ -3090,7 +3090,7 @@

        msg->lchan = lchan_lookup(trx, dch->chan_nr, "RSL rx IPACC: ");
        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(dch->c.msg_type));
                return rsl_reject_unknown_lchan(msg);
        }
diff --git a/src/osmo-bts-octphy/l1_if.c b/src/osmo-bts-octphy/l1_if.c
index 32e738f..612c29a 100644
--- a/src/osmo-bts-octphy/l1_if.c
+++ b/src/osmo-bts-octphy/l1_if.c
@@ -1175,7 +1175,7 @@

        if (ra_ind->ulMsgLength != 1) {
                LOGPFN(DL1C, LOGL_ERROR, ra_ind->ulFrameNumber,
-                       "Rx PH-RACH.ind has lenghth %d > 1\n", 
ra_ind->ulMsgLength);
+                       "Rx PH-RACH.ind has length %d > 1\n", 
ra_ind->ulMsgLength);
                msgb_free(l1p_msg);
                return 0;
        }
diff --git a/src/osmo-bts-trx/trx_vty.c b/src/osmo-bts-trx/trx_vty.c
index e9710ac..b9af445 100644
--- a/src/osmo-bts-trx/trx_vty.c
+++ b/src/osmo-bts-trx/trx_vty.c
@@ -237,7 +237,7 @@
        OSMOTRX_STR
        "Set the maximum acceptable delay of a Normal Burst (in GSM symbols)."
        " USE FOR TESTING ONLY, DON'T CHANGE IN PRODUCTION USE!"
-       " During normal operation, Normal Bursts delay are controled by a 
Timing"
+       " During normal operation, Normal Bursts delay are controlled by a 
Timing"
        " Advance control loop and thus Normal Bursts arrive to a BTS with no 
more"
        " than a couple GSM symbols, which is already taken into account in 
osmo-trx."
        " So changing this setting will have no effect in production 
installations"

--
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/14813
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I3d6cb6fc1b182d8520ba60e431ab9b74e71d5e3c
Gerrit-Change-Number: 14813
Gerrit-PatchSet: 2
Gerrit-Owner: Hoernchen <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged

Reply via email to