cifsd: don't use multiple blank lines
authorNamjae Jeon <namjae.jeon@samsung.com>
Wed, 26 May 2021 07:43:31 +0000 (16:43 +0900)
committerNamjae Jeon <namjae.jeon@samsung.com>
Wed, 26 May 2021 09:13:37 +0000 (18:13 +0900)
don't use multiple blank lines.

Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifsd/nterr.h
fs/cifsd/smb2pdu.c

index a66100e..2f358f8 100644 (file)
@@ -9,8 +9,6 @@
  * Copyright (C) Paul Ashton                  1998-2000
  */
 
-
-
 #ifndef _NTERR_H
 #define _NTERR_H
 
index e5d3a57..c0c0cf6 100644 (file)
@@ -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;