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>
This commit is contained in:
parent
d841438a44
commit
d6f1170344
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user