summaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/ldlm/ldlm_pool.c
diff options
context:
space:
mode:
authorAndreas Ruprecht <rupran@einserver.de>2014-11-23 14:37:56 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-11-26 12:51:29 -0800
commit4d089bb4e703367030c910ccb4d10e06dc395344 (patch)
tree21e38d9b9c7b8eda6cba242809d183a6f2922819 /drivers/staging/lustre/lustre/ldlm/ldlm_pool.c
parent8d2ff65da8cf1c84a1bc676e9ecb870120f369fa (diff)
downloadop-kernel-dev-4d089bb4e703367030c910ccb4d10e06dc395344.zip
op-kernel-dev-4d089bb4e703367030c910ccb4d10e06dc395344.tar.gz
staging: lustre: ldlm: Remove space before braces for defined() check
checkpatch complains about two places where a space is prohibited before the braces for in "#if defined()" check. This patch removes these warnings. Signed-off-by: Andreas Ruprecht <rupran@einserver.de> 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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lustre/ldlm/ldlm_pool.c b/drivers/staging/lustre/lustre/ldlm/ldlm_pool.c
index 55503e4..4c838f6 100644
--- a/drivers/staging/lustre/lustre/ldlm/ldlm_pool.c
+++ b/drivers/staging/lustre/lustre/ldlm/ldlm_pool.c
@@ -636,7 +636,7 @@ int ldlm_pool_setup(struct ldlm_pool *pl, int limit)
}
EXPORT_SYMBOL(ldlm_pool_setup);
-#if defined (CONFIG_PROC_FS)
+#if defined(CONFIG_PROC_FS)
static int lprocfs_pool_state_seq_show(struct seq_file *m, void *unused)
{
int granted, grant_rate, cancel_rate, grant_step;
OpenPOWER on IntegriCloud