pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-hnbgw/+/29329 )
Change subject: cosmetic: Fix typo in log and whitespace ......................................................................
cosmetic: Fix typo in log and whitespace
Change-Id: Ie2be6937bb0f44ea66397c905c5d380caa2d4cef --- M src/osmo-hnbgw/hnbgw.c 1 file changed, 1 insertion(+), 2 deletions(-)
Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved
diff --git a/src/osmo-hnbgw/hnbgw.c b/src/osmo-hnbgw/hnbgw.c index 3655855..7aa4e0e 100644 --- a/src/osmo-hnbgw/hnbgw.c +++ b/src/osmo-hnbgw/hnbgw.c @@ -246,7 +246,7 @@ return -ENOMEM;
/* we store a reference to the HomeNodeB in the msg->dest for the - * benefit of varoius downstream processing functions */ + * benefit of various downstream processing functions */ msg->dst = hnb;
rc = osmo_stream_srv_recv(conn, msg); @@ -261,7 +261,6 @@ } else if (rc == 0) { osmo_stream_srv_destroy(conn); rc = -1; - goto out; } else { msgb_put(msg, rc);