bitops.h: Silence kernel-doc complaints
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 21 May 2019 12:25:14 +0000 (13:25 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 17 Dec 2019 18:36:57 +0000 (19:36 +0100)
commit7d41d764714a99df460fc275edfd33ac32a93349
tree8166a61bbd3ee08926e6c96c3d731b4479231e4b
parent96ecba67476731c5f44805b8e8a5800a3a8b9db8
bitops.h: Silence kernel-doc complaints

Fix the problems with kernel-doc/sphinx syntax in the
doc comments for the shuffle and unshuffle functions:
 * mismatch between comment and prototype for argument name
 * the inline bit patterns need to be marked up so they
   are processed properly and rendered as monospace

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20190521122519.12573-6-peter.maydell@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
include/qemu/bitops.h