aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-05-09 21:07:43 +0200
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-09-18 23:40:06 +0200
commit378a492fd9e815ceb8151c05445de9315835975d (patch)
treed6c9699b2bae41fd2e0b1f38141f6a310581bf99 /openbsc/include/openbsc
parent0b607297e6fe273fdc49d5d60acbd0b1b42465d7 (diff)
cosmetic: various comment, whitespace tweaks
Diffstat (limited to 'openbsc/include/openbsc')
-rw-r--r--openbsc/include/openbsc/gsm_data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/gsm_data.h b/openbsc/include/openbsc/gsm_data.h
index 939e0ee66..93177173b 100644
--- a/openbsc/include/openbsc/gsm_data.h
+++ b/openbsc/include/openbsc/gsm_data.h
@@ -103,7 +103,7 @@ struct neigh_meas_proc {
uint8_t last_seen_nr;
};
-/* the per subscriber data for lchan */
+/* active radio connection of a mobile subscriber */
struct gsm_subscriber_connection {
struct llist_head entry;