diff options
author | 2021-05-26 16:43:31 +0900 | |
---|---|---|
committer | 2021-05-26 18:13:37 +0900 | |
commit | 2f5205c2377c0a3c501a33092c91a45e074bfc04 (patch) | |
tree | 1056f28fbfbf24307c41b2807c4c46703214693d | |
parent | cifsd: spaces preferred around that '/' (diff) | |
download | wireguard-linux-2f5205c2377c0a3c501a33092c91a45e074bfc04.tar.xz wireguard-linux-2f5205c2377c0a3c501a33092c91a45e074bfc04.zip |
cifsd: don't use multiple blank lines
don't use multiple blank lines.
Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to '')
-rw-r--r-- | fs/cifsd/nterr.h | 2 | ||||
-rw-r--r-- | fs/cifsd/smb2pdu.c | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/fs/cifsd/nterr.h b/fs/cifsd/nterr.h index a66100e74741..2f358f88a018 100644 --- a/fs/cifsd/nterr.h +++ b/fs/cifsd/nterr.h @@ -9,8 +9,6 @@ * Copyright (C) Paul Ashton 1998-2000 */ - - #ifndef _NTERR_H #define _NTERR_H diff --git a/fs/cifsd/smb2pdu.c b/fs/cifsd/smb2pdu.c index e5d3a5790a81..c0c0cf600ce7 100644 --- a/fs/cifsd/smb2pdu.c +++ b/fs/cifsd/smb2pdu.c @@ -2250,7 +2250,6 @@ static int smb2_create_sd_buffer(struct ksmbd_work *work, return rc; } - static void ksmbd_acls_fattr(struct smb_fattr *fattr, struct inode *inode) { fattr->cf_uid = inode->i_uid; |