summaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre
diff options
context:
space:
mode:
authorSwee Hua Law <sweehua81@gmail.com>2015-08-10 21:54:17 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-08-14 18:47:41 -0700
commitaa62a8415e77c7c46be483cba7b650e1748dcb44 (patch)
treeb819bd32e7a6acebfe2a42cd0c71e8509acbec8e /drivers/staging/lustre
parentbcffa060c1dfda25dc8a5b1244330de939550f10 (diff)
downloadop-kernel-dev-aa62a8415e77c7c46be483cba7b650e1748dcb44.zip
op-kernel-dev-aa62a8415e77c7c46be483cba7b650e1748dcb44.tar.gz
staging: lustre: checkpatch: move */ block comment to next line
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>
Diffstat (limited to 'drivers/staging/lustre')
-rw-r--r--drivers/staging/lustre/lustre/llite/remote_perm.c3
1 files changed, 2 insertions, 1 deletions
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;
OpenPOWER on IntegriCloud