summaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/ldlm/ldlm_pool.c
diff options
context:
space:
mode:
authorGreg Donald <gdonald@gmail.com>2014-10-20 10:58:13 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-10-29 16:30:27 +0800
commite9e2fa6958f13b511346f1c5e6b883a56b1e5c8a (patch)
tree54ddc89076aacff710d275561cddf6a8cb3db05a /drivers/staging/lustre/lustre/ldlm/ldlm_pool.c
parent557732ad671e0a0768062c843f03b8eef5250e3a (diff)
downloadop-kernel-dev-e9e2fa6958f13b511346f1c5e6b883a56b1e5c8a.zip
op-kernel-dev-e9e2fa6958f13b511346f1c5e6b883a56b1e5c8a.tar.gz
drivers: staging: lustre: Fix 'that open brace { should be on the previous line' errors
Fix checkpatch.pl 'that open brace { should be on the previous line' errors Signed-off-by: Greg Donald <gdonald@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/lustre/lustre/ldlm/ldlm_pool.c')
-rw-r--r--drivers/staging/lustre/lustre/ldlm/ldlm_pool.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/staging/lustre/lustre/ldlm/ldlm_pool.c b/drivers/staging/lustre/lustre/ldlm/ldlm_pool.c
index 3822e0f..c80c76a 100644
--- a/drivers/staging/lustre/lustre/ldlm/ldlm_pool.c
+++ b/drivers/staging/lustre/lustre/ldlm/ldlm_pool.c
@@ -1205,8 +1205,7 @@ int ldlm_pools_recalc(ldlm_side_t client)
* The rest is given to greedy namespaces.
*/
list_for_each_entry(ns, ldlm_namespace_list(client),
- ns_list_chain)
- {
+ ns_list_chain) {
if (!equal && ns->ns_appetite != LDLM_NAMESPACE_GREEDY)
continue;
OpenPOWER on IntegriCloud