fixeria submitted this change.
trxcon: cosmetic: remove the '_fsm' postfix in trx_fsm.name
Change-Id: Ie867f7a59b9d9f423944606d43f2f854313053f7
---
M src/host/trxcon/src/trx_if.c
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/host/trxcon/src/trx_if.c b/src/host/trxcon/src/trx_if.c
index f2317a9..40247ef 100644
--- a/src/host/trxcon/src/trx_if.c
+++ b/src/host/trxcon/src/trx_if.c
@@ -78,7 +78,7 @@
};
static struct osmo_fsm trx_fsm = {
- .name = "trx_interface_fsm",
+ .name = "trx_interface",
.states = trx_fsm_states,
.num_states = ARRAY_SIZE(trx_fsm_states),
.log_subsys = DTRX,
To view, visit change 28674. To unsubscribe, or for help writing mail filters, visit settings.