aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-11-23 17:53:32 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2018-11-26 14:08:14 +0100
commit47c8f37c9f52ce66e0dabce2d5c2567d7a5d24da (patch)
tree3485dc4470f97f5b7a26f1b955eaf7b606f2191d /src
parent3c12325d28700774e5d256892cada6cf4dde0b4b (diff)
cosmetic: fix whitespace
Diffstat (limited to 'src')
-rw-r--r--src/common/rsl.c2
-rw-r--r--src/osmo-bts-octphy/l1_oml.c2
-rw-r--r--src/osmo-bts-trx/l1_if.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/common/rsl.c b/src/common/rsl.c
index b4cea2cd..9b0de7cf 100644
--- a/src/common/rsl.c
+++ b/src/common/rsl.c
@@ -281,7 +281,7 @@ int rsl_tx_rf_res(struct gsm_bts_trx *trx)
return abis_bts_rsl_sendmsg(nmsg);
}
-/*
+/*
* common channel releated messages
*/
diff --git a/src/osmo-bts-octphy/l1_oml.c b/src/osmo-bts-octphy/l1_oml.c
index 7f4c0cd3..2ab9fcd1 100644
--- a/src/osmo-bts-octphy/l1_oml.c
+++ b/src/osmo-bts-octphy/l1_oml.c
@@ -508,7 +508,7 @@ static int set_ciph_compl_cb(struct octphy_hdl *fl1, struct msgb *resp, void *da
/* TODO: This state machine should be shared accross BTS models? */
switch (lchan->ciph_state) {
- case LCHAN_CIPH_RX_REQ:
+ case LCHAN_CIPH_RX_REQ:
lchan->ciph_state = LCHAN_CIPH_RX_CONF;
break;
case LCHAN_CIPH_RX_CONF_TX_REQ:
diff --git a/src/osmo-bts-trx/l1_if.c b/src/osmo-bts-trx/l1_if.c
index b4ca54f0..ccc13f42 100644
--- a/src/osmo-bts-trx/l1_if.c
+++ b/src/osmo-bts-trx/l1_if.c
@@ -396,7 +396,7 @@ static uint8_t trx_set_ts_as_pchan(struct gsm_bts_trx_ts *ts,
}
slottype = transceiver_chan_types[pchan];
-
+
if (l1h->config.slottype[tn] != slottype
|| !l1h->config.slottype_valid[tn]) {
l1h->config.slottype[tn] = slottype;