scripts: kernel-doc: remove unnecessary change wrt Linux
commit953d0c333e2825656ba1ec5bd1c18bc53485b39c
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 30 Nov 2020 12:21:12 +0000 (30 07:21 -0500)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 10 Dec 2020 17:15:25 +0000 (10 12:15 -0500)
treecfc259543ddbcbd91a1f3ac3f5e6e50fa2fb3217
parent07d7186c309b55f89d51fb50a0eaa332b8c0d5d8
scripts: kernel-doc: remove unnecessary change wrt Linux

A comment in kernel-doc mentions QEMU's qatomic_set macro, but since
this code originated in Linux we should just revert it and stay as close
to the kernel's copy of the script as possible.

The change was introduced (more or less unintentionally) in QEMU commit
commit d73415a31547, which did a global search-and-replace of QEMU's
atomic access macros.

Suggested-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
scripts/kernel-doc