aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2019-05-16 14:55:04 +0200
committerHarald Welte <laforge@gnumonks.org>2019-05-19 07:18:18 +0000
commite0c5d700ae4289cf1f4f5fae1d061b666387cb3d (patch)
treec81b88373e6c377c0a0e6a710323cd8db4faf42a
parent0a1259ba878ba197ab7c484c8c6347997779c58c (diff)
Cosmetic: GSUP: fix too long comment line
-rw-r--r--include/osmocom/gsm/gsup.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/osmocom/gsm/gsup.h b/include/osmocom/gsm/gsup.h
index 1374e0ed..be856620 100644
--- a/include/osmocom/gsm/gsup.h
+++ b/include/osmocom/gsm/gsup.h
@@ -348,8 +348,8 @@ struct osmo_gsup_message {
enum osmo_gsup_imei_result imei_result;
/*! Indicate the message class to trivially dispatch incoming GSUP messages to the right code paths.
- * Inter-MSC messages are *required* to set a class = OSMO_GSUP_MESSAGE_CLASS_INTER_MSC. For older message classes, this may
- * be omitted (for backwards compatibility only -- if in doubt, include it). */
+ * Inter-MSC messages are *required* to set a class = OSMO_GSUP_MESSAGE_CLASS_INTER_MSC. For older message
+ * classes, this may be omitted (for backwards compatibility only -- if in doubt, include it). */
enum osmo_gsup_message_class message_class;
/*! For messages routed via another GSUP entity (via HLR), the IPA name of the entity that sent this message. */