aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/l1sap.c
diff options
context:
space:
mode:
authorAlexander Chemeris <Alexander.Chemeris@gmail.com>2015-06-14 23:52:27 -0400
committerHarald Welte <laforge@gnumonks.org>2016-01-08 13:07:14 +0100
commita62e3221b650d576e27efd52f2f51f8786634a71 (patch)
treed4f3097a4868aea74433cef116bc75d2ebc15310 /src/common/l1sap.c
parent085569df55ceb3737b79f53b015b0c064698ddc6 (diff)
l1sap: Whitespace fixes.
Diffstat (limited to 'src/common/l1sap.c')
-rw-r--r--src/common/l1sap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/l1sap.c b/src/common/l1sap.c
index 56eaa668..2c0844b1 100644
--- a/src/common/l1sap.c
+++ b/src/common/l1sap.c
@@ -837,9 +837,9 @@ static int l1sap_tch_ind(struct gsm_bts_trx *trx, struct osmo_phsap_prim *l1sap,
struct msgb *tmp;
int count = 0;
- /* make sure the queue doesn't get too long */
+ /* make sure the queue doesn't get too long */
llist_for_each_entry(tmp, &lchan->dl_tch_queue, list)
- count++;
+ count++;
while (count >= 1) {
tmp = msgb_dequeue(&lchan->dl_tch_queue);
msgb_free(tmp);