public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [next-20140808] [staging] [lustre] Fix coding style in llite/remote_perm.c
@ 2014-08-09 20:22 Junien Fridrick
  2014-08-09 22:50 ` Aaro Koskinen
  2014-08-10 12:24 ` Greg Kroah-Hartman
  0 siblings, 2 replies; 4+ messages in thread
From: Junien Fridrick @ 2014-08-09 20:22 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Lai Siyao, Oleg Drokin, John L. Hammond,
	Jinshan Xiong
  Cc: devel, linux-kernel, Junien Fridrick

Sorry for the noise, this is part of task 10 of the Eudyptula Challenge.

Signed-off-by: Junien Fridrick <linux.kernel@junien.fridrick.net>
---
 drivers/staging/lustre/lustre/llite/remote_perm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/lustre/lustre/llite/remote_perm.c b/drivers/staging/lustre/lustre/llite/remote_perm.c
index f61fefc..3a9c8e8 100644
--- a/drivers/staging/lustre/lustre/llite/remote_perm.c
+++ b/drivers/staging/lustre/lustre/llite/remote_perm.c
@@ -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++)
-- 
2.0.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-08-10 23:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-09 20:22 [PATCH] [next-20140808] [staging] [lustre] Fix coding style in llite/remote_perm.c Junien Fridrick
2014-08-09 22:50 ` Aaro Koskinen
2014-08-10 12:24 ` Greg Kroah-Hartman
2014-08-10 23:05   ` [PATCH v2] staging: lustre: fix coding style issue: missing space after 'if' Junien Fridrick

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox