aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/rsl.c
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2022-04-19 04:04:36 +0300
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2022-04-19 04:04:36 +0300
commit5c95312487950637e6e5591f2f56e97099c39932 (patch)
treea8259261828c6e229c94c60f77f5d7026fd78dc9 /src/common/rsl.c
parentstruct amr_multirate_conf: remove ms_mode[], raname bts_mode[] (diff)
downloadOsmoBTS-5c95312487950637e6e5591f2f56e97099c39932.tar.xz
OsmoBTS-5c95312487950637e6e5591f2f56e97099c39932.zip
common: fix coding style: if is not a function
Change-Id: I890d7734c83d108d3c2cd2c7699ace880f13ca8b
Diffstat (limited to 'src/common/rsl.c')
-rw-r--r--src/common/rsl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/rsl.c b/src/common/rsl.c
index 94d00226..0a519aff 100644
--- a/src/common/rsl.c
+++ b/src/common/rsl.c
@@ -3659,7 +3659,7 @@ int lapdm_rll_tx_cb(struct msgb *msg, struct lapdm_entity *le, void *ctx)
"Scheduling %s to L3 in next associated TCH-RTS.ind\n",
rsl_msg_name(rh->msg_type));
- if(lchan->pending_rel_ind_msg) {
+ if (lchan->pending_rel_ind_msg) {
LOGPLCHAN(lchan, DRSL, LOGL_INFO,
"Dropping pending release indication message\n");
msgb_free(lchan->pending_rel_ind_msg);