laforge has submitted this change. (
https://gerrit.osmocom.org/c/osmo-e1d/+/27798 )
Change subject: RIFO: Minor typo/comment fixes
......................................................................
RIFO: Minor typo/comment fixes
Signed-off-by: Sylvain Munaut <tnt(a)246tNt.com>
Change-Id: I9b6181f9136b7963681c472b017d005022d27e6e
---
M src/octoi/frame_rifo.c
M tests/rifo/rifo_test.c
2 files changed, 1 insertion(+), 2 deletions(-)
Approvals:
Jenkins Builder: Verified
laforge: Looks good to me, approved
diff --git a/src/octoi/frame_rifo.c b/src/octoi/frame_rifo.c
index fbcbbfa..ae10ff2 100644
--- a/src/octoi/frame_rifo.c
+++ b/src/octoi/frame_rifo.c
@@ -2,7 +2,7 @@
* frame_rifo.c
*
* This is for the IP -> E1 direction, where IP packets may arrive with
- * re-ordering. So this "Random [order] In, First Out' is reconstructing
+ * re-ordering. So this "Random [order] In, First Out" is reconstructing
* the original order.
*
* (C) 2022 by Harald Welte <laforge(a)osmocom.org>
diff --git a/tests/rifo/rifo_test.c b/tests/rifo/rifo_test.c
index 5dac5ba..22ffa73 100644
--- a/tests/rifo/rifo_test.c
+++ b/tests/rifo/rifo_test.c
@@ -146,5 +146,4 @@
// re-run all tests at the edge of a framenumber rollover
init_next_out_fn = 0xFFFFFFFF - 5;
run_all_tests();
-
}
--
To view, visit
https://gerrit.osmocom.org/c/osmo-e1d/+/27798
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-e1d
Gerrit-Branch: master
Gerrit-Change-Id: I9b6181f9136b7963681c472b017d005022d27e6e
Gerrit-Change-Number: 27798
Gerrit-PatchSet: 1
Gerrit-Owner: tnt <tnt(a)246tNt.com>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: merged