aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gsm_04_08.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-09-18 06:44:24 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-09-18 06:44:24 +0800
commitadb6e1cce10570a1b4ea1f55fce4813170c0b703 (patch)
treefe32cfbce4f17ab1e3ccfd29c35ac78424192255 /openbsc/src/gsm_04_08.c
parent212e1052881780a1f454a95b71ea062791710afa (diff)
janitor: Move the * to the variable name
Diffstat (limited to 'openbsc/src/gsm_04_08.c')
-rw-r--r--openbsc/src/gsm_04_08.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/gsm_04_08.c b/openbsc/src/gsm_04_08.c
index b451be748..dcbf168cc 100644
--- a/openbsc/src/gsm_04_08.c
+++ b/openbsc/src/gsm_04_08.c
@@ -303,7 +303,7 @@ static int gsm0408_authorize(struct gsm_subscriber_connection *conn, struct msgb
return 0;
}
-void gsm0408_clear_request(struct gsm_subscriber_connection* conn, uint32_t cause)
+void gsm0408_clear_request(struct gsm_subscriber_connection *conn, uint32_t cause)
{
struct gsm_trans *trans, *temp;