diff options
Diffstat (limited to 'src/gsm/lapd_core.c')
-rw-r--r-- | src/gsm/lapd_core.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gsm/lapd_core.c b/src/gsm/lapd_core.c index b7a95399..4ad75568 100644 --- a/src/gsm/lapd_core.c +++ b/src/gsm/lapd_core.c @@ -23,7 +23,7 @@ /*! \addtogroup lapd * @{ - * \brief Osmocom LAPD core, used for Q.921, LAPDm and others + * Osmocom LAPD core, used for Q.921, LAPDm and others */ /*! \file lapd_core.c */ @@ -332,7 +332,7 @@ void lapd_dl_exit(struct lapd_datalink *dl) dl->tx_hist = NULL; } -/*! \brief Set the \ref lapdm_mode of a LAPDm entity */ +/*! Set the \ref lapdm_mode of a LAPDm entity */ int lapd_set_mode(struct lapd_datalink *dl, enum lapd_mode mode) { switch (mode) { |