All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: wilc1000: Remove useless return statement in a void function
@ 2016-02-14  4:53 Janani Ravichandran
  0 siblings, 0 replies; only message in thread
From: Janani Ravichandran @ 2016-02-14  4:53 UTC (permalink / raw)
  To: outreachy-kernel

Remove the return statement at the end of the void function as it has
no purpose.

Signed-off-by: Janani Ravichandran <janani.rvchndrn@gmail.com>
---
 drivers/staging/wilc1000/host_interface.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/staging/wilc1000/host_interface.c b/drivers/staging/wilc1000/host_interface.c
index 5570707..472fd7f 100644
--- a/drivers/staging/wilc1000/host_interface.c
+++ b/drivers/staging/wilc1000/host_interface.c
@@ -3853,8 +3853,6 @@ void wilc_scan_complete_received(struct wilc *wilc, u8 *pu8Buffer,
 		if (result)
 			PRINT_ER("Error in sending message queue scan complete parameters: Error(%d)\n", result);
 	}
-
-	return;
 }
 
 int wilc_remain_on_channel(struct wilc_vif *vif, u32 session_id,
-- 
2.5.0



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-02-13 23:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-14  4:53 [PATCH] staging: wilc1000: Remove useless return statement in a void function Janani Ravichandran

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.