Skip to content

Commit

Permalink
cifs: Remove unneeded semicolon
Browse files Browse the repository at this point in the history
./fs/cifs/smb2pdu.c:4140:2-3: Unneeded semicolon

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=4863
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
  • Loading branch information
Yang Li authored and Steve French committed May 5, 2023
1 parent 8e35541 commit 9ee0487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/cifs/smb2pdu.c
Original file line number Diff line number Diff line change
@@ -4137,7 +4137,7 @@ smb2_readv_callback(struct mid_q_entry *mid)
if (rdata->got_bytes) {
rqst.rq_iter = rdata->iter;
rqst.rq_iter_size = iov_iter_count(&rdata->iter);
};
}

WARN_ONCE(rdata->server != mid->server,
"rdata server %p != mid server %p",

0 comments on commit 9ee0487

Please sign in to comment.