Commit 139cc6ae authored by Junien Fridrick's avatar Junien Fridrick Committed by Greg Kroah-Hartman

staging: lustre: fix coding style issue: missing space after 'if'

Coding style issue reported by checkpatch.pl
Signed-off-by: default avatarJunien Fridrick <linux.kernel@junien.fridrick.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 76be25ba
......@@ -100,7 +100,7 @@ void free_rmtperm_hash(struct hlist_head *hash)
struct ll_remote_perm *lrp;
struct hlist_node *next;
if(!hash)
if (!hash)
return;
for (i = 0; i < REMOTE_PERM_HASHSIZE; i++)
......
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