pcu_sock: fix sourcecode formatting

Change-Id: Ib88173363fc11ad44a5bdbcd85ea8ca075db7997
This commit is contained in:
Philipp Maier 2022-09-26 13:01:30 +02:00
parent 8cfb8bcc6c
commit ae6ae89a19
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
extern int pcu_direct;
#define PCUIF_HDR_SIZE ( sizeof(struct gsm_pcu_if) - sizeof(((struct gsm_pcu_if *)0)->u) )
#define PCUIF_HDR_SIZE (sizeof(struct gsm_pcu_if) - sizeof(((struct gsm_pcu_if *)0)->u))
int pcu_tx_info_ind(void);
int pcu_tx_si(const struct gsm_bts *bts, enum osmo_sysinfo_type si_type, bool enable);

View File

@ -899,7 +899,7 @@ static int pcu_rx_act_req(struct gsm_bts *bts,
"size is %zu, discarding\n", prim_len, #prim_msg, _len); \
return -EINVAL; \
} \
} while(0);
} while (0)
static int pcu_rx(struct gsm_network *net, uint8_t msg_type,
struct gsm_pcu_if *pcu_prim, size_t prim_len)
{