Commit b2ca1d8b authored by Melike Yurtoglu's avatar Melike Yurtoglu Committed by Greg Kroah-Hartman

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: default avatarMelike Yurtoglu <aysemelikeyurtoglu@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent dddf4c23
...@@ -181,7 +181,7 @@ static const char *ll_eopcode2str(__u32 opcode) ...@@ -181,7 +181,7 @@ static const char *ll_eopcode2str(__u32 opcode)
return ll_eopcode_table[opcode].opname; 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, static void ptlrpc_lprocfs_register(struct proc_dir_entry *root, char *dir,
char *name, char *name,
struct proc_dir_entry **procroot_ret, struct proc_dir_entry **procroot_ret,
......
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