From 0d185cde4008126802468ec98b5bb3335b692902 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Mon, 8 Jun 2020 21:46:29 +0700 Subject: firmware/layer1: cosmetic: add missing comma to debug print Change-Id: Icfc403e500c24628da722ab378fba31923afd1a1 --- src/target/firmware/layer1/l23_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/target/firmware/layer1/l23_api.c b/src/target/firmware/layer1/l23_api.c index e0fee840..d52d8f6e 100644 --- a/src/target/firmware/layer1/l23_api.c +++ b/src/target/firmware/layer1/l23_api.c @@ -376,7 +376,7 @@ static void l1ctl_rx_rach_req(struct msgb *msg) struct l1ctl_info_ul *ul = (struct l1ctl_info_ul *) l1h->data; struct l1ctl_rach_req *rach_req = (struct l1ctl_rach_req *) ul->payload; - printd("L1CTL_RACH_REQ (ra=0x%02x, offset=%d combined=%d)\n", + printd("L1CTL_RACH_REQ (ra=0x%02x, offset=%d, combined=%d)\n", rach_req->ra, ntohs(rach_req->offset), rach_req->combined); l1a_rach_req(ntohs(rach_req->offset), rach_req->combined, -- cgit v1.2.3