From: Namjae Jeon Date: Wed, 26 May 2021 07:45:24 +0000 (+0900) Subject: cifsd: Blank lines aren't necessary after an open brace '{' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=fe30ea69ff81f99607b0e4002ef9ae12e4694b31;p=linux.git cifsd: Blank lines aren't necessary after an open brace '{' Blank lines aren't necessary after an open brace '{'. Signed-off-by: Namjae Jeon Signed-off-by: Steve French --- diff --git a/fs/cifsd/smb2pdu.c b/fs/cifsd/smb2pdu.c index bdaa69facee53..16290ad710fa1 100644 --- a/fs/cifsd/smb2pdu.c +++ b/fs/cifsd/smb2pdu.c @@ -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);