]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
staging: lustre: checkpatch: move */ block comment to next line
authorSwee Hua Law <sweehua81@gmail.com>
Mon, 10 Aug 2015 13:54:17 +0000 (21:54 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 15 Aug 2015 01:47:41 +0000 (18:47 -0700)
Fix checkpatch problem: move */ from end of line to new line

Signed-off-by: Swee Hua Law <sweehua81@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/llite/remote_perm.c

index aeda91af01524a6b6e78fcc3ee40807658d91149..49d78a373219e469616b68e99a417a168cfd1eda 100644 (file)
@@ -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;