Change in osmo-bts[master]: cosmetic: Fix some typos with codespell

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Wed Feb 26 08:45:51 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bts/+/17260 )

Change subject: cosmetic: Fix some typos with codespell
......................................................................

cosmetic: Fix some typos with codespell

Change-Id: I1bbb4871f764816dcbba86d833194be601fa9228
---
M doc/manuals/abis/rsl.adoc
M src/osmo-bts-litecell15/misc/lc15bts_swd.c
M src/osmo-bts-oc2g/misc/oc2gbts_swd.c
M src/osmo-bts-trx/scheduler_trx.c
4 files changed, 5 insertions(+), 5 deletions(-)

Approvals:
  Jenkins Builder: Verified
  fixeria: Looks good to me, approved



diff --git a/doc/manuals/abis/rsl.adoc b/doc/manuals/abis/rsl.adoc
index 4d7e430..20ee836 100644
--- a/doc/manuals/abis/rsl.adoc
+++ b/doc/manuals/abis/rsl.adoc
@@ -423,9 +423,9 @@
 procedure according to <<CHANNEL_ACTIVATION>>, with these modifications:
 
 * The 'C-bits' part of the 'Channel Number' IE take the non-standard binary
-  value 11000 (C5 thru C1 as seen in 3GPP TS 08.58 § 9.3.1).
+  value 11000 (C5 through C1 as seen in 3GPP TS 08.58 § 9.3.1).
 * The 'A-bits' part of the 'Activation Type' IE take the non-standard binary
-  value 1111, with an additional fourth bit (add A4 to A3 thru A1 as seen in
+  value 1111, with an additional fourth bit (add A4 to A3 through A1 as seen in
   3GPP TS 08.58 § 9.3.3; all remaining reserved bits as well as the 'R' bit are
   coded as zero).
 * The normally mandatory 'Channel Mode' IE is omitted; none of the optional IEs
diff --git a/src/osmo-bts-litecell15/misc/lc15bts_swd.c b/src/osmo-bts-litecell15/misc/lc15bts_swd.c
index 59c7b61..eac64d6 100644
--- a/src/osmo-bts-litecell15/misc/lc15bts_swd.c
+++ b/src/osmo-bts-litecell15/misc/lc15bts_swd.c
@@ -161,7 +161,7 @@
    the value must be in the range of [0,'swd_num_events'[ (see lc15bts_swd_init).
    For example, if 'swd_num_events' was 64, 'swd_event' events are numbered 0 to 63.
    WARNING: if this function can be used from multiple threads at the same time,
-   it must be protected with a kind of mutex to avoid loosing event notification.
+   it must be protected with a kind of mutex to avoid losing event notification.
 */
 int lc15bts_swd_event(struct lc15bts_mgr_instance *mgr, enum mgr_swd_events swd_event)
 {
diff --git a/src/osmo-bts-oc2g/misc/oc2gbts_swd.c b/src/osmo-bts-oc2g/misc/oc2gbts_swd.c
index 59b795a..1ccef5b 100644
--- a/src/osmo-bts-oc2g/misc/oc2gbts_swd.c
+++ b/src/osmo-bts-oc2g/misc/oc2gbts_swd.c
@@ -161,7 +161,7 @@
    the value must be in the range of [0,'swd_num_events'[ (see oc2gbts_swd_init).
    For example, if 'swd_num_events' was 64, 'swd_event' events are numbered 0 to 63.
    WARNING: if this function can be used from multiple threads at the same time,
-   it must be protected with a kind of mutex to avoid loosing event notification.
+   it must be protected with a kind of mutex to avoid losing event notification.
 */
 int oc2gbts_swd_event(struct oc2gbts_mgr_instance *mgr, enum mgr_swd_events swd_event)
 {
diff --git a/src/osmo-bts-trx/scheduler_trx.c b/src/osmo-bts-trx/scheduler_trx.c
index 5abb73b..d703f7f 100644
--- a/src/osmo-bts-trx/scheduler_trx.c
+++ b/src/osmo-bts-trx/scheduler_trx.c
@@ -956,7 +956,7 @@
 	}
 
 	/* Copy burst to buffer of 4 bursts. If the burst indication contains
-	 * no data, ensure that the buffer does not stay uninitalized */
+	 * no data, ensure that the buffer does not stay uninitialized */
 	burst = *bursts_p + bid * 116;
 	if (bi->burst_len > 0) {
 		memcpy(burst, bi->burst + 3, 58);

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

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I1bbb4871f764816dcbba86d833194be601fa9228
Gerrit-Change-Number: 17260
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <axilirator at gmail.com>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200226/8a673957/attachment.htm>


More information about the gerrit-log mailing list