Commit a1fcca1e authored by Rakhi Sharma's avatar Rakhi Sharma Committed by Greg Kroah-Hartman

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: default avatarRakhi Sharma <rakhish1994@gmail.com>

Changes in v3:
  shortened the subject line and make the discription more clear.
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 1f01063f
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment