tbf: cosmetic: fix spacing in gprs_rlcmac_tbf::create_ul_ass()

Change-Id: Ice4c4db20551753fa4219e7a216309229f7a2ab5
This commit is contained in:
Vadim Yanitskiy 2020-02-09 02:48:03 +07:00
parent ac2b866426
commit c74e217799
1 changed files with 1 additions and 1 deletions

View File

@ -1351,7 +1351,7 @@ struct msgb *gprs_rlcmac_tbf::create_ul_ass(uint32_t fn, uint8_t ts)
ul_ass_state == GPRS_RLCMAC_UL_ASS_WAIT_ACK) {
LOGPTBFUL(this, LOGL_DEBUG,
"Polling is already scheduled, so we must wait for the uplink assignment...\n");
return NULL;
return NULL;
}
rc = check_polling(fn, ts, &new_poll_fn, &rrbp);