laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmocom-bb/+/42397?usp=email )
Change subject: firmware/layer1: l1a_rach_compl(): fix copy-pasted comment ......................................................................
firmware/layer1: l1a_rach_compl(): fix copy-pasted comment
Change-Id: I8000218836bcb58946db48184360f821617dc93f --- M src/target/firmware/layer1/prim_rach.c 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: laforge: Looks good to me, approved Jenkins Builder: Verified
diff --git a/src/target/firmware/layer1/prim_rach.c b/src/target/firmware/layer1/prim_rach.c index 580131e..bb8c4f2 100644 --- a/src/target/firmware/layer1/prim_rach.c +++ b/src/target/firmware/layer1/prim_rach.c @@ -106,7 +106,7 @@ SCHED_END_SET() };
-/* Asynchronous completion handler for FB detection */ +/* Asynchronous completion handler for RACH detection */ static void l1a_rach_compl(__unused enum l1_compl c) { struct msgb *msg;