Commit aa62a841 authored by Swee Hua Law's avatar Swee Hua Law Committed by Greg Kroah-Hartman

staging: lustre: checkpatch: move */ block comment to next line

Fix checkpatch problem: move */ from end of line to new line
Signed-off-by: default avatarSwee Hua Law <sweehua81@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent bcffa060
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment