pespin has uploaded this change for review.
cosmetic: Fix typo in log and whitespace
Change-Id: Ie2be6937bb0f44ea66397c905c5d380caa2d4cef
---
M src/osmo-hnbgw/hnbgw.c
1 file changed, 1 insertion(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-hnbgw refs/changes/29/29329/1
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);
To view, visit change 29329. To unsubscribe, or for help writing mail filters, visit settings.