summaryrefslogtreecommitdiffstats
path: root/ax25ipd/routing.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2013-06-05 02:39:22 +0200
committerRalf Baechle <ralf@linux-mips.org>2015-05-02 18:16:06 +0200
commit6276436bfa71fb22c4cb2ff09faa8d75e4c473a1 (patch)
tree85e74bb1a6480609a817d4a074b4d1ff274aea93 /ax25ipd/routing.c
parentcc6d8211189bcd7bb665aa65d97385d0a5821bdc (diff)
Remove pointless return statements at the end of void functions.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'ax25ipd/routing.c')
-rw-r--r--ax25ipd/routing.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ax25ipd/routing.c b/ax25ipd/routing.c
index 1aca2b0..2ba5a9c 100644
--- a/ax25ipd/routing.c
+++ b/ax25ipd/routing.c
@@ -99,8 +99,6 @@ void route_add(unsigned char *ip, unsigned char *call, int udpport,
call_to_a(rn->callsign),
inet_ntoa(rn->ip_addr_in),
rn->udp_port ? "udp" : "ip", ntohs(rn->udp_port), flags);
-
- return;
}
/* Add a new broadcast address entry */