From: Rakhi Sharma Date: Wed, 10 Feb 2016 08:43:47 +0000 (+0530) Subject: staging: lustre: lov_pool: Fixed a return coding style warning. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=a1fcca1e9afd5e2ec64be63574b548974b391d3c;p=deliverable%2Flinux.git staging: lustre: lov_pool: Fixed a return coding style warning. Remove unusefull return at the end of void function. WARNING: void function return statements are not generally useful. Signed-off-by: Rakhi Sharma Changes in v3: shortened the subject line and make the discription more clear. Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/lustre/lustre/lov/lov_pool.c b/drivers/staging/lustre/lustre/lov/lov_pool.c index b43ce6cd64c2..3ee1d4041368 100644 --- a/drivers/staging/lustre/lustre/lov/lov_pool.c +++ b/drivers/staging/lustre/lustre/lov/lov_pool.c @@ -247,7 +247,6 @@ static void pool_proc_stop(struct seq_file *s, void *v) lov_pool_putref(iter->pool); kfree(iter); } - return; } static int pool_proc_show(struct seq_file *s, void *v)