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);
--
To view, visit
https://gerrit.osmocom.org/c/osmo-hnbgw/+/29329
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-hnbgw
Gerrit-Branch: master
Gerrit-Change-Id: Ie2be6937bb0f44ea66397c905c5d380caa2d4cef
Gerrit-Change-Number: 29329
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged