John Snow <js...@redhat.com> writes:

> Signed-off-by: John Snow <js...@redhat.com>
> ---
>  qapi/crypto.json | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/qapi/crypto.json b/qapi/crypto.json
> index 9ec6301e188..57620d95da6 100644
> --- a/qapi/crypto.json
> +++ b/qapi/crypto.json
> @@ -589,9 +589,9 @@
>  #
>  # Specific parameters for RSA algorithm.
>  #
> -# @hash-alg: QCryptoHashAlgo
> +# @hash-alg: `QCryptoHashAlgo`
>  #
> -# @padding-alg: QCryptoRSAPaddingAlgo
> +# @padding-alg: `QCryptoRSAPaddingAlgo`
>  #
>  # Since: 7.1
>  ##

Not this patch's problem: these come out like

    Members:

            hash-alg (QCryptoHashAlgo) – QCryptoHashAlgo

            padding-alg (QCryptoRSAPaddingAlgo) – QCryptoRSAPaddingAlgo

which is crap.


Reply via email to