mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-23 14:02:06 -04:00
s390/zcrypt: convert comma to semicolon
Replace a comma between expression statements by a semicolon. Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com> Signed-off-by: Harald Freudenberger <freude@linux.ibm.com> Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
This commit is contained in:
committed by
Heiko Carstens
parent
8d93b70118
commit
dfdc6e73cd
@@ -631,7 +631,7 @@ static int zcrypt_cex4_queue_probe(struct ap_device *ap_dev)
|
||||
atomic_set(&zq->load, 0);
|
||||
ap_queue_init_state(aq);
|
||||
ap_queue_init_reply(aq, &zq->reply);
|
||||
aq->request_timeout = CEX4_CLEANUP_TIME,
|
||||
aq->request_timeout = CEX4_CLEANUP_TIME;
|
||||
aq->private = zq;
|
||||
rc = zcrypt_queue_register(zq);
|
||||
if (rc) {
|
||||
|
||||
Reference in New Issue
Block a user