mirror of https://gitee.com/openkylin/linux.git
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
c96d236f8f
commit
804db5d06d
|
@ -279,7 +279,7 @@ EXPORT_SYMBOL(fld_client_del_target);
|
|||
|
||||
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)
|
||||
{
|
||||
int rc;
|
||||
|
|
Loading…
Reference in New Issue