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 <rakhish1994@gmail.com>

Changes in v3:
  shortened the subject line and make the discription more clear.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Rakhi Sharma 2016-02-10 14:13:47 +05:30 committed by Greg Kroah-Hartman
parent 1f01063f71
commit a1fcca1e9a
1 changed files with 0 additions and 1 deletions

View File

@ -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)