[PATCH] osmo-mgw[master]: cosmetic: remove spaces from pointer symbol

2018-01-31 Thread dexter
Hello Jenkins Builder,

I'd like you to reexamine a change.  Please visit

https://gerrit.osmocom.org/6007

to look at the new patch set (#2).

cosmetic: remove spaces from pointer symbol

Change-Id: Id778181a40638bce15c6f085841c35c1895d2602
---
M include/osmocom/mgcp/mgcp_ep.h
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-mgw refs/changes/07/6007/2

diff --git a/include/osmocom/mgcp/mgcp_ep.h b/include/osmocom/mgcp/mgcp_ep.h
index e477a47..74b3a9e 100644
--- a/include/osmocom/mgcp/mgcp_ep.h
+++ b/include/osmocom/mgcp/mgcp_ep.h
@@ -28,9 +28,9 @@
 
 /* Callback type for RTP dispatcher functions
(e.g mgcp_dispatch_rtp_bridge_cb, see below) */
-typedef int (*mgcp_dispatch_rtp_cb) (int proto, struct sockaddr_in * addr,
+typedef int (*mgcp_dispatch_rtp_cb) (int proto, struct sockaddr_in *addr,
 char *buf, unsigned int buf_size,
-struct mgcp_conn * conn);
+struct mgcp_conn *conn);
 
 /*! MGCP endpoint properties */
 struct mgcp_endpoint_type {

-- 
To view, visit https://gerrit.osmocom.org/6007
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Id778181a40638bce15c6f085841c35c1895d2602
Gerrit-PatchSet: 2
Gerrit-Project: osmo-mgw
Gerrit-Branch: master
Gerrit-Owner: dexter 
Gerrit-Reviewer: Jenkins Builder


[PATCH] osmo-mgw[master]: cosmetic: remove spaces from pointer symbol

2018-01-24 Thread dexter

Review at  https://gerrit.osmocom.org/6007

cosmetic: remove spaces from pointer symbol

Change-Id: Id778181a40638bce15c6f085841c35c1895d2602
---
M include/osmocom/mgcp/mgcp_ep.h
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-mgw refs/changes/07/6007/1

diff --git a/include/osmocom/mgcp/mgcp_ep.h b/include/osmocom/mgcp/mgcp_ep.h
index a7a6bb1..0216ff8 100644
--- a/include/osmocom/mgcp/mgcp_ep.h
+++ b/include/osmocom/mgcp/mgcp_ep.h
@@ -29,9 +29,9 @@
 
 /* Callback type for RTP dispatcher functions
(e.g mgcp_dispatch_rtp_bridge_cb, see below) */
-typedef int (*mgcp_dispatch_rtp_cb) (int proto, struct sockaddr_in * addr,
+typedef int (*mgcp_dispatch_rtp_cb) (int proto, struct sockaddr_in *addr,
 char *buf, unsigned int buf_size,
-struct mgcp_conn * conn);
+struct mgcp_conn *conn);
 
 /* Callback type for endpoint specific cleanup actions. This function
  * is automatically executed when a connection is freed (see mgcp_conn_free()

-- 
To view, visit https://gerrit.osmocom.org/6007
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id778181a40638bce15c6f085841c35c1895d2602
Gerrit-PatchSet: 1
Gerrit-Project: osmo-mgw
Gerrit-Branch: master
Gerrit-Owner: dexter