Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1204302

[PATCH V2 3/4] staging: lustre: checkpatch: move */ block comment to next line

From Swee Hua Law <sweehua81@gmail.com>
Newsgroups linux.kernel
Subject [PATCH V2 3/4] staging: lustre: checkpatch: move */ block comment to next line
Date 2015-08-10 16:00 +0200
Message-ID <pVVMn-88D-35@gated-at.bofh.it> (permalink)
References <pVBaW-27A-5@gated-at.bofh.it> <pVVMm-88D-7@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Fix checkpatch problem: move */ from end of line to new line

Signed-off-by: Swee Hua Law <sweehua81@gmail.com>
---
 drivers/staging/lustre/lustre/llite/remote_perm.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/staging/lustre/lustre/llite/remote_perm.c b/drivers/staging/lustre/lustre/llite/remote_perm.c
index aeda91a..49d78a3 100644
--- a/drivers/staging/lustre/lustre/llite/remote_perm.c
+++ b/drivers/staging/lustre/lustre/llite/remote_perm.c
@@ -117,7 +117,8 @@ static inline int remote_perm_hashfunc(uid_t uid)
 }
 
 /* NB: setxid permission is not checked here, instead it's done on
- * MDT when client get remote permission. */
+ * MDT when client get remote permission.
+ */
 static int do_check_remote_perm(struct ll_inode_info *lli, int mask)
 {
 	struct hlist_head *head;
-- 
2.1.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH] Fix various coding style problem Swee Hua Law <sweehua81@gmail.com> - 2015-08-09 18:00 +0200
  Re: [PATCH] Fix various coding style problem Sudip Mukherjee <sudipm.mukherjee@gmail.com> - 2015-08-10 06:50 +0200
  [PATCH V2 2/4] staging: lustre: checkpatch: symbol == NULL should be !symbol Swee Hua Law <sweehua81@gmail.com> - 2015-08-10 16:00 +0200
  [PATCH V2 0/4] staging: lustre: split checkpatch fix for remote_perm.c into series Swee Hua Law <sweehua81@gmail.com> - 2015-08-10 16:00 +0200
    [PATCH V2 1/4] staging: lustre: checkpatch: do not init global to NULL Swee Hua Law <sweehua81@gmail.com> - 2015-08-10 16:00 +0200
    [PATCH V2 3/4] staging: lustre: checkpatch: move */ block comment to next line Swee Hua Law <sweehua81@gmail.com> - 2015-08-10 16:00 +0200
    [PATCH V2 4/4] staging: lustre: checkpatch: argument alignment for readability Swee Hua Law <sweehua81@gmail.com> - 2015-08-10 16:00 +0200

csiph-web