]> www.infradead.org Git - users/jedix/linux-maple.git/commit
crypto: ahash - use str_yes_no() helper in crypto_ahash_show()
authorThorsten Blum <thorsten.blum@linux.dev>
Mon, 10 Feb 2025 10:04:48 +0000 (11:04 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sat, 22 Feb 2025 07:56:03 +0000 (15:56 +0800)
commit77cb2f63ad6c546267b2fcb428cf9fceedef279a
tree838fe993599ca884227f3e39bd8945b69dc7a997
parentea6f861a3c459abd0fe19a5eaf746afc0aca7530
crypto: ahash - use str_yes_no() helper in crypto_ahash_show()

Remove hard-coded strings by using the str_yes_no() helper function.

Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/ahash.c