pespin has uploaded this change for review.

View Change

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


To view, visit change 34231. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: libosmo-netif
Gerrit-Branch: master
Gerrit-Change-Id: I5e220f6fd3a30ca921a2dea915275fcd4ae30ac4
Gerrit-Change-Number: 34231
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin@sysmocom.de>
Gerrit-MessageType: newchange