firmware/layer1: cosmetic: add missing comma to debug print

Change-Id: Icfc403e500c24628da722ab378fba31923afd1a1
This commit is contained in:
Vadim Yanitskiy 2020-06-08 21:46:29 +07:00 committed by laforge
parent e4d6035a9b
commit 0d185cde40
1 changed files with 1 additions and 1 deletions

View File

@ -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,