fix unfortunate typo

causes mounting encrypted devices to become stuck in a busy loop.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
Thomas Mühlbacher 2024-05-12 19:39:19 +02:00 committed by Kent Overstreet
parent 80167bf0a8
commit 6ba303e8bf

View File

@ -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,