pespin has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-sgsn/+/30932 )

Change subject: Fix extra whitespace in pdpctx_ctr_description
......................................................................

Fix extra whitespace in pdpctx_ctr_description

Change-Id: I4d9145c681e725b709fde38f6e9b4516d37b4d8c
---
M src/sgsn/pdpctx.c
1 file changed, 4 insertions(+), 4 deletions(-)

Approvals:
  Jenkins Builder: Verified
  daniel: Looks good to me, approved



diff --git a/src/sgsn/pdpctx.c b/src/sgsn/pdpctx.c
index 70fba20..e779420 100644
--- a/src/sgsn/pdpctx.c
+++ b/src/sgsn/pdpctx.c
@@ -40,10 +40,10 @@
 #include <osmocom/sgsn/gtp.h>

 static const struct rate_ctr_desc pdpctx_ctr_description[] = {
-       { "udata:packets:in",   "User Data  Messages ( In)" },
-       { "udata:packets:out",  "User Data  Messages (Out)" },
-       { "udata:bytes:in",     "User Data  Bytes    ( In)" },
-       { "udata:bytes:out",    "User Data  Bytes    (Out)" },
+       { "udata:packets:in",   "User Data Messages ( In)" },
+       { "udata:packets:out",  "User Data Messages (Out)" },
+       { "udata:bytes:in",     "User Data Bytes    ( In)" },
+       { "udata:bytes:out",    "User Data Bytes    (Out)" },
 };

 static const struct rate_ctr_group_desc pdpctx_ctrg_desc = {

--
To view, visit https://gerrit.osmocom.org/c/osmo-sgsn/+/30932
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-sgsn
Gerrit-Branch: master
Gerrit-Change-Id: I4d9145c681e725b709fde38f6e9b4516d37b4d8c
Gerrit-Change-Number: 30932
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged

Reply via email to