staging: wlags49_h2: remove return statements at the end of all void functions
authorDevendra Naga <develkernel412222@gmail.com>
Sat, 18 Aug 2012 18:54:11 +0000 (00:24 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 4 Sep 2012 20:15:38 +0000 (13:15 -0700)
commit4b9645b711153e5e7bbbc9f15766190124b3fe7c
tree8b65c96fa9a140f3d10532adde335da5ea6c5c47
parente4d653f3e280dc60e66a8bed98fef3c6ec4f1479
staging: wlags49_h2: remove return statements at the end of all void functions

this patch removes the return statement at the end of all void functions,
since the function returning void no need to have a return at the end of the
function.

Signed-off-by: Devendra Naga <develkernel412222@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wlags49_h2/wl_netdev.c
This page took 0.055052 seconds and 5 git commands to generate.