aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2023-05-05 21:35:33 +0700
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2023-05-05 23:08:34 +0700
commit4b1cac45f4cc9905efee39a1ee67766ef74942aa (patch)
tree1fd2149f74196f759e95d0fadcff67a39dc064a6
parent.gitignore: add new trau_{pcu_ericsson,sync} tests (diff)
downloadlibosmo-abis-4b1cac45f4cc9905efee39a1ee67766ef74942aa.tar.xz
libosmo-abis-4b1cac45f4cc9905efee39a1ee67766ef74942aa.zip
cosmetic: struct e1inp_ts: fix coding style
Change-Id: I64c30579f74391cefec6cdcba71e1f9e76ec9faa
-rw-r--r--include/osmocom/abis/e1_input.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/abis/e1_input.h b/include/osmocom/abis/e1_input.h
index b40382e..0d48333 100644
--- a/include/osmocom/abis/e1_input.h
+++ b/include/osmocom/abis/e1_input.h
@@ -130,7 +130,7 @@ struct e1inp_ts {
/* ip.access driver has one fd for each ts */
struct osmo_fd fd;
/* ipa keep-alive */
- struct osmo_fsm_inst* ka_fsm;
+ struct osmo_fsm_inst *ka_fsm;
} ipaccess;
struct {
/* DAHDI driver has one fd for each ts */