[lustre-devel] [PATCH] drivers: staging: lustre: lustre: ptlrpc: Fix comment related coding style issue

Tapan Prakash T tapanprakasht at gmail.com
Sun Feb 28 06:14:22 PST 2016


Fixed checkpatch.pl warning 'Block comments use * on subsequent lines'

Signed-off-by: Tapan Prakash T <tapanprakasht at gmail.com>
---
 drivers/staging/lustre/lustre/ptlrpc/ptlrpcd.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/staging/lustre/lustre/ptlrpc/ptlrpcd.c b/drivers/staging/lustre/lustre/ptlrpc/ptlrpcd.c
index 0c36663..8db8740 100644
--- a/drivers/staging/lustre/lustre/ptlrpc/ptlrpcd.c
+++ b/drivers/staging/lustre/lustre/ptlrpc/ptlrpcd.c
@@ -423,7 +423,6 @@ static int ptlrpcd(void *arg)
 	complete(&pc->pc_starting);
 
 	/*
-
 	 * This mainloop strongly resembles ptlrpc_set_wait() except that our
 	 * set never completes.  ptlrpcd_check() calls ptlrpc_check_set() when
 	 * there are requests in the set. New requests come in on the set's
-- 
1.9.1



More information about the lustre-devel mailing list