aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/gsm/lapd_core.h
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2022-10-09 19:52:21 +0300
committerMax <msuraev@sysmocom.de>2022-10-11 10:57:26 +0300
commit7bd1670520d630c37f6a2dd0233aa1f4cb7f782a (patch)
treece3c8be2ae8567f060bcd5f4fed796f4e295c667 /include/osmocom/gsm/lapd_core.h
parent724c1625e28a58f73a2baa1554ff034b257bc386 (diff)
cosmetic: remove trailing space
Diffstat (limited to 'include/osmocom/gsm/lapd_core.h')
-rw-r--r--include/osmocom/gsm/lapd_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/gsm/lapd_core.h b/include/osmocom/gsm/lapd_core.h
index 69e10875..3f31881d 100644
--- a/include/osmocom/gsm/lapd_core.h
+++ b/include/osmocom/gsm/lapd_core.h
@@ -138,7 +138,7 @@ struct lapd_datalink {
int reestablish; /*!< enable reestablish support */
int n200, n200_est_rel; /*!< number of retranmissions */
struct lapd_msg_ctx lctx; /*!< LAPD context */
- int maxf; /*!< maximum frame size (after defragmentation) */
+ int maxf; /*!< maximum frame size (after defragmentation) */
uint8_t k; /*!< maximum number of unacknowledged frames */
uint8_t v_range; /*!< range of sequence numbers */
uint8_t v_send; /*!< seq nr of next I frame to be transmitted */