OSDN Git Service

staging: lustre: fix coding style issue: missing space after 'if'
authorJunien Fridrick <linux.kernel@junien.fridrick.net>
Sun, 10 Aug 2014 23:05:38 +0000 (23:05 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 16 Aug 2014 19:23:17 +0000 (12:23 -0700)
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>
drivers/staging/lustre/lustre/llite/remote_perm.c

index f61fefc..3a9c8e8 100644 (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++)