mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-04 18:19:28 +09:00
cifsd: Blank lines aren't necessary after an open brace '{'
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>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user