mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-03 17:51:57 +09:00
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:
committed by
Greg Kroah-Hartman
parent
76be25ba31
commit
139cc6aed5
@@ -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++)
|
||||
|
||||
Reference in New Issue
Block a user