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

Coding style issue reported by checkpatch.pl

Signed-off-by: Junien Fridrick <linux.kernel@junien.fridrick.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Junien Fridrick 2014-08-10 23:05:38 +00:00 committed by Greg Kroah-Hartman
parent 76be25ba31
commit 139cc6aed5

View file

@ -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++)