forked from Minki/linux
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:
parent
10268f7d57
commit
fe30ea69ff
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user