mirror of https://gitee.com/openkylin/linux.git
Staging: lustre: Deleted space prohibited between function name and open parenthesis
WARNING: space prohibited between function name and open parenthesis '(' Remove unnecessary space between function name and opening parenthesis. That was found by running checkpatch Signed-off-by: Melike Yurtoglu <aysemelikeyurtoglu@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
dddf4c23bb
commit
b2ca1d8b50
|
@ -181,7 +181,7 @@ static const char *ll_eopcode2str(__u32 opcode)
|
|||
return ll_eopcode_table[opcode].opname;
|
||||
}
|
||||
|
||||
#if defined (CONFIG_PROC_FS)
|
||||
#if defined(CONFIG_PROC_FS)
|
||||
static void ptlrpc_lprocfs_register(struct proc_dir_entry *root, char *dir,
|
||||
char *name,
|
||||
struct proc_dir_entry **procroot_ret,
|
||||
|
|
Loading…
Reference in New Issue