mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 17:17:04 -04:00
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:
committed by
Greg Kroah-Hartman
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user