staging/lustre/libcfs: Remove useless returns in void functions
authorOleg Drokin <green@linuxhacker.ru>
Tue, 16 Feb 2016 05:47:09 +0000 (00:47 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 20 Feb 2016 22:33:11 +0000 (14:33 -0800)
commitb366e6c90221eaa40c1273778efddc4596562b83
treeaf37f81b203001b52c663b886536794d53c8f8e9
parenta3fbcb3c272f63fd98c5eff152fe0cb5f96ef8cd
staging/lustre/libcfs: Remove useless returns in void functions

Return at the end of a void function does not serve any particular
purpose and makes checkpatch unhappy, so eliminate them.

Signed-off-by: Oleg Drokin <green@linuxhacker.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/libcfs/linux/linux-cpu.c
drivers/staging/lustre/lustre/libcfs/linux/linux-crypto.c
drivers/staging/lustre/lustre/libcfs/linux/linux-tracefile.c
drivers/staging/lustre/lustre/libcfs/workitem.c