From 6276436bfa71fb22c4cb2ff09faa8d75e4c473a1 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Wed, 5 Jun 2013 02:39:22 +0200 Subject: Remove pointless return statements at the end of void functions. Signed-off-by: Ralf Baechle --- ax25ipd/kiss.c | 1 - 1 file changed, 1 deletion(-) (limited to 'ax25ipd/kiss.c') diff --git a/ax25ipd/kiss.c b/ax25ipd/kiss.c index c7d692c..a1c3e1c 100644 --- a/ax25ipd/kiss.c +++ b/ax25ipd/kiss.c @@ -162,7 +162,6 @@ void param_add(int p, int v) param_tbl[param_tbl_top].parameter, param_tbl[param_tbl_top].value); param_tbl_top++; - return; } /* dump the contents of the parameter table */ -- cgit v1.2.3