1
0
Fork 0

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>
hifive-unleashed-5.1
Junien Fridrick 2014-08-10 23:05:38 +00:00 committed by Greg Kroah-Hartman
parent 76be25ba31
commit 139cc6aed5
1 changed files with 1 additions and 1 deletions

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