crypto: proc - Use str_yes_no() and str_no_yes() helpers
authorThorsten Blum <thorsten.blum@linux.dev>
Mon, 30 Dec 2024 11:36:54 +0000 (12:36 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 14 Jan 2025 03:31:13 +0000 (11:31 +0800)
commita268231678b08eee776797007e05619a5375cbb3
tree7ee3e88ae793bcb87e8fdd55106e61eb7058c3a3
parent7fa4817340161a34d5b4ca39e96d6318d37c1d3a
crypto: proc - Use str_yes_no() and str_no_yes() helpers

Remove hard-coded strings by using the str_yes_no() and str_no_yes()
helpers. Remove unnecessary curly braces.

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