cifsd: Blank lines aren't necessary after an open brace '{'
authorNamjae Jeon <namjae.jeon@samsung.com>
Wed, 26 May 2021 07:45:24 +0000 (16:45 +0900)
committerNamjae Jeon <namjae.jeon@samsung.com>
Wed, 26 May 2021 09:13:46 +0000 (18:13 +0900)
Blank lines aren't necessary after an open brace '{'.

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

index bdaa69f..16290ad 100644 (file)
@@ -2388,7 +2388,6 @@ int smb2_open(struct ksmbd_work *work)
                rc = -EINVAL;
                goto err_out1;
        } else {
-
                if (req->CreateOptions & FILE_SEQUENTIAL_ONLY_LE &&
                    req->CreateOptions & FILE_RANDOM_ACCESS_LE)
                        req->CreateOptions = ~(FILE_SEQUENTIAL_ONLY_LE);