Commit d6f11703 authored by Alberto Pires de Oliveira Neto's avatar Alberto Pires de Oliveira Neto Committed by Greg Kroah-Hartman

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: default avatarAlberto Pires de Oliveira Neto <mrpenguin2005@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent d841438a
...@@ -142,7 +142,7 @@ extern struct lu_fld_hash fld_hash[]; ...@@ -142,7 +142,7 @@ extern struct lu_fld_hash fld_hash[];
int fld_client_rpc(struct obd_export *exp, int fld_client_rpc(struct obd_export *exp,
struct lu_seq_range *range, __u32 fld_op); 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[]; extern struct lprocfs_vars fld_client_proc_list[];
#endif #endif
......
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