pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmo-netif/+/34231 )
Change subject: TEST: DONT MERGE ......................................................................
TEST: DONT MERGE
Change-Id: I5e220f6fd3a30ca921a2dea915275fcd4ae30ac4 --- A bla M include/osmocom/netif/ipa.h 2 files changed, 10 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-netif refs/changes/31/34231/1
diff --git a/bla b/bla new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/bla diff --git a/include/osmocom/netif/ipa.h b/include/osmocom/netif/ipa.h index 1923253..75c0933 100644 --- a/include/osmocom/netif/ipa.h +++ b/include/osmocom/netif/ipa.h @@ -23,7 +23,7 @@ uint8_t proto_ext; } __attribute__ ((packed));
-#define OSMO_IPA_MSGB_CB(__msg) ((struct osmo_ipa_msgb_cb *)&((__msg)->cb[0])) +#define OSMO_IPA_MSGB_CB(__msg) ((struct osmo_ipa_msgb_cb *)&((__msg)->cb[0])) #define osmo_ipa_msgb_cb_proto(__x) OSMO_IPA_MSGB_CB(__x)->proto #define osmo_ipa_msgb_cb_proto_ext(__x) OSMO_IPA_MSGB_CB(__x)->proto_ext