Staging:lustre:lustre:obdclass:Remove return from void function
authorBhumika Goyal <bhumirks@gmail.com>
Fri, 15 Jan 2016 06:02:11 +0000 (11:32 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 3 Feb 2016 22:42:33 +0000 (14:42 -0800)
commit62fcd58943654b0474f8d97309185dca1addd5a7
treef659fb5383099e266ba512770ab6df86cc16ce77
parentb0e7d960884abf9044c5c84c185bc6815f4b88e5
Staging:lustre:lustre:obdclass:Remove return from void function

This patch removes the return statement at the end of a void function as
it is not necessary.This was found by checkpatch.pl .

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/obdclass/llog_swab.c