From: Swee Hua Law Date: Mon, 10 Aug 2015 13:54:17 +0000 (+0800) Subject: staging: lustre: checkpatch: move */ block comment to next line X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=aa62a8415e77c7c46be483cba7b650e1748dcb44;p=linux-beck.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/lustre/lustre/llite/remote_perm.c b/drivers/staging/lustre/lustre/llite/remote_perm.c index aeda91af0152..49d78a373219 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;