From 6ba303e8bff73db9eda94541d1a2497f7035c9be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BChlbacher?= Date: Sun, 12 May 2024 19:39:19 +0200 Subject: [PATCH] fix unfortunate typo causes mounting encrypted devices to become stuck in a busy loop. Signed-off-by: Kent Overstreet --- include/crypto/skcipher.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/crypto/skcipher.h b/include/crypto/skcipher.h index 70905a5a..833729dc 100644 --- a/include/crypto/skcipher.h +++ b/include/crypto/skcipher.h @@ -112,7 +112,7 @@ static inline void skcipher_request_set_sync_tfm(struct skcipher_request *req, skcipher_request_set_tfm(req, &tfm->base); } -#define skcipher_request_set_callback(...) do {} while (9) +#define skcipher_request_set_callback(...) do {} while (0) static inline void skcipher_request_set_crypt( struct skcipher_request *req,