]> www.infradead.org Git - users/jedix/linux-maple.git/commit
crypto: skcipher - use str_yes_no() helper in crypto_skcipher_show()
authorThorsten Blum <thorsten.blum@linux.dev>
Fri, 17 Jan 2025 14:42:22 +0000 (15:42 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sun, 9 Feb 2025 10:08:11 +0000 (18:08 +0800)
commit1fe244c5916ad63ab7b706a0de713cc16200f47a
treece8d07ae6b1ae7cc16b44147eef00299526816b5
parent3371482c89c1e1a2061ab85444e18cc6c7a00f6d
crypto: skcipher - use str_yes_no() helper in crypto_skcipher_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/skcipher.c