trxcon: cosmetic: remove the '_fsm' postfix in trx_fsm.name

Change-Id: Ie867f7a59b9d9f423944606d43f2f854313053f7
This commit is contained in:
Vadim Yanitskiy 2022-07-20 07:22:29 +07:00
parent d451f0caea
commit 5a8b0ad0ac
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ static struct osmo_fsm_state trx_fsm_states[] = {
};
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,