mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-02-03 03:21:57 -05: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
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;
|
||||
|
||||
Reference in New Issue
Block a user