aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2020-09-03 19:30:08 +0200
committerlynxis lazus <lynxis@fe80.eu>2020-09-06 23:44:02 +0000
commit83fb686baaa77b4081b73fd026479292a10d71f0 (patch)
treeac6a0edec67b4be51f36abba9e05252837b518c9
parente4181ea8a202dd2c690c51c244fcff18b43be7dd (diff)
gb/gprs_bssgp: remove superfluous whitespace
-rw-r--r--src/gb/gprs_bssgp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gb/gprs_bssgp.c b/src/gb/gprs_bssgp.c
index fa4e187a..9c119fbc 100644
--- a/src/gb/gprs_bssgp.c
+++ b/src/gb/gprs_bssgp.c
@@ -73,7 +73,7 @@ static int _bssgp_tx_dl_ud(struct bssgp_flow_control *fc, struct msgb *msg,
uint32_t llc_pdu_len, void *priv);
-/* callback to be backward compatible with old users which do not set the bssgp_ns_send function */
+/* callback to be backward compatible with old users which do not set the bssgp_ns_send function */
static int _gprs_ns_sendmsg(void *ctx, struct msgb *msg)
{
return gprs_ns_sendmsg(bssgp_nsi, msg);