aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/fld/fld_internal.h
diff options
context:
space:
mode:
authorAlberto Pires de Oliveira Neto <mrpenguin2005@gmail.com>2015-03-16 22:21:08 -0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-03-18 10:37:57 +0100
commitd6f1170344e80dcbb0dab93d788488394637bd83 (patch)
treedd3f0588c19baa51e34799ad303097bfb79b6707 /drivers/staging/lustre/lustre/fld/fld_internal.h
parentstaging: lustre: echo_client: Use kernel style spacing (diff)
downloadlinux-dev-d6f1170344e80dcbb0dab93d788488394637bd83.tar.xz
linux-dev-d6f1170344e80dcbb0dab93d788488394637bd83.zip
staging: lustre: space prohibited between function name and open parenthesis '('
This patch fixes checkpatch.pl warning. WARNING: space prohibited between function name and open parenthesis '(' Signed-off-by: Alberto Pires de Oliveira Neto <mrpenguin2005@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/lustre/lustre/fld/fld_internal.h')
-rw-r--r--drivers/staging/lustre/lustre/fld/fld_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lustre/fld/fld_internal.h b/drivers/staging/lustre/lustre/fld/fld_internal.h
index 6125bbe822b5..68bec7658463 100644
--- a/drivers/staging/lustre/lustre/fld/fld_internal.h
+++ b/drivers/staging/lustre/lustre/fld/fld_internal.h
@@ -142,7 +142,7 @@ extern struct lu_fld_hash fld_hash[];
int fld_client_rpc(struct obd_export *exp,
struct lu_seq_range *range, __u32 fld_op);
-#if defined (CONFIG_PROC_FS)
+#if defined(CONFIG_PROC_FS)
extern struct lprocfs_vars fld_client_proc_list[];
#endif