Commit 804db5d0 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 c96d236f
...@@ -279,7 +279,7 @@ EXPORT_SYMBOL(fld_client_del_target); ...@@ -279,7 +279,7 @@ EXPORT_SYMBOL(fld_client_del_target);
static struct proc_dir_entry *fld_type_proc_dir; static struct proc_dir_entry *fld_type_proc_dir;
#if defined (CONFIG_PROC_FS) #if defined(CONFIG_PROC_FS)
static int fld_client_proc_init(struct lu_client_fld *fld) static int fld_client_proc_init(struct lu_client_fld *fld)
{ {
int rc; int rc;
......
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