From a1fcca1e9afd5e2ec64be63574b548974b391d3c Mon Sep 17 00:00:00 2001 From: Rakhi Sharma Date: Wed, 10 Feb 2016 14:13:47 +0530 Subject: [PATCH] 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 --- drivers/staging/lustre/lustre/lov/lov_pool.c | 1 - 1 file changed, 1 deletion(-) 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) -- 2.34.1