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-Tag: microblaze-v5.16~184^2~18^2~4 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=fe30ea69ff81f99607b0e4002ef9ae12e4694b31;p=linux-2.6-microblaze.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 bdaa69facee5..16290ad710fa 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);