cifsd: make alignment match open parenthesis
checkpatch.pl complains as the following: Alignment should match open parenthesis. Signed-off-by: Hyunchul Lee <hyc.lee@gmail.com> Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com> Signed-off-by: Steve French <stfrench@microsoft.com>
This commit is contained in:
parent
40c594b647
commit
d7e5852b4d
@ -182,7 +182,8 @@ struct posix_acl_state {
|
||||
int parse_sec_desc(struct smb_ntsd *pntsd, int acl_len,
|
||||
struct smb_fattr *fattr);
|
||||
int build_sec_desc(struct smb_ntsd *pntsd, struct smb_ntsd *ppntsd,
|
||||
int addition_info, __u32 *secdesclen, struct smb_fattr *fattr);
|
||||
int addition_info, __u32 *secdesclen,
|
||||
struct smb_fattr *fattr);
|
||||
int init_acl_state(struct posix_acl_state *state, int cnt);
|
||||
void free_acl_state(struct posix_acl_state *state);
|
||||
void posix_state_to_acl(struct posix_acl_state *state,
|
||||
|
@ -934,8 +934,8 @@ ssize_t ksmbd_vfs_getxattr(struct dentry *dentry, char *xattr_name,
|
||||
if (!buf)
|
||||
return -ENOMEM;
|
||||
|
||||
xattr_len = vfs_getxattr(&init_user_ns, dentry, xattr_name, (void *)buf,
|
||||
xattr_len);
|
||||
xattr_len = vfs_getxattr(&init_user_ns, dentry, xattr_name,
|
||||
(void *)buf, xattr_len);
|
||||
if (xattr_len > 0)
|
||||
*xattr_buf = buf;
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user