aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Chemeris <Alexander.Chemeris@gmail.com>2015-06-14 23:52:27 -0400
committerAlexander Chemeris <Alexander.Chemeris@gmail.com>2015-09-12 10:03:11 -0400
commitd40b2c956de410961b8153deab3a5c7ac7b390ca (patch)
tree735c95669a84c46b3c6bad9cd654fe37c72cdff2
parent2e9854e368d72f7481e14ec712de0baede685efd (diff)
l1sap: Whitespace fixes.
-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 d5dd8a60..6d297a9d 100644
--- a/src/common/l1sap.c
+++ b/src/common/l1sap.c
@@ -838,9 +838,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);