Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: ks7010: ks_wlan_net: Remove return statement from void function

Remove the return statement from the end of a void function
to clean up the code.

Issue found by checkpatch.pl script.

Signed-off-by: Georgiana Rodica Chelu <georgiana.chelu93@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Georgiana Rodica Chelu and committed by
Greg Kroah-Hartman
7a4abee9 55adb7bf

-4
-4
drivers/staging/ks7010/ks_wlan_net.c
··· 3349 3349 } 3350 3350 priv->nstats.tx_errors++; 3351 3351 netif_wake_queue(dev); 3352 - 3353 - return; 3354 3352 } 3355 3353 3356 3354 static ··· 3414 3416 return; /* not finished initialize */ 3415 3417 } 3416 3418 hostif_sme_enqueue(priv, SME_MULTICAST_REQUEST); 3417 - 3418 - return; 3419 3419 } 3420 3420 3421 3421 static