mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 17:03:47 -04:00
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
bcffa060c1
commit
aa62a8415e
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user