aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-12-18 23:52:38 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-01-26 03:19:35 +0100
commitcc7db18e1a5bd8d9dd19cf5179caefc6eb8841de (patch)
treefea12f9d8a3bc9a94e0e747a9eb1a034061c9ada /openbsc/src/gprs
parentd0ef1ed78cc4e8e04296342499991fdde77fbbe7 (diff)
various comment / whitespace tweaks (libmsc, gprs, libcommon-cs)
cosmetic ws in common_cs_vty.c, osmo_msc.c comment: tiny typo fix in gsm_04_08.c In comments, drop some unbalanced braces, because simplistic C file harvesters will break at a single opening brace even if it is in a comment. This is aimed at the fsm-to-dot.py script in libosmocore/contrib. Change-Id: I3c1fa53195a1e57d6fe0a6791c346d30ceff1251
Diffstat (limited to 'openbsc/src/gprs')
-rw-r--r--openbsc/src/gprs/gprs_sndcp.c1
-rw-r--r--openbsc/src/gprs/gtphub.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/openbsc/src/gprs/gprs_sndcp.c b/openbsc/src/gprs/gprs_sndcp.c
index 60455b518..a18998f9e 100644
--- a/openbsc/src/gprs/gprs_sndcp.c
+++ b/openbsc/src/gprs/gprs_sndcp.c
@@ -911,6 +911,7 @@ static int sndcp_rx_llc_prim()
case LL_DATA_CONF:
case LL_UNITDATA_IND:
case LL_STATUS_IND:
+ }
}
#endif
diff --git a/openbsc/src/gprs/gtphub.c b/openbsc/src/gprs/gtphub.c
index 83e17dbd4..a1aaed213 100644
--- a/openbsc/src/gprs/gtphub.c
+++ b/openbsc/src/gprs/gtphub.c
@@ -553,7 +553,7 @@ static void gtp_decode(const uint8_t *data, int data_len,
}
#if 1
- /* TODO if (<loglevel is debug>) { ...
+ /* TODO if (<loglevel is debug>)
(waiting for a commit from jerlbeck) */
int i;