From: "Jose R. Ziviani" <jziviani@suse.de>
To: qemu-devel@nongnu.org
Cc: pbonzini@redhat.com, "Jose R. Ziviani" <jziviani@suse.de>,
kraxel@redhat.com, cfontana@suse.de
Subject: [RFC 2/2] modules: Fix warning in module_arch documentation
Date: Tue, 29 Jun 2021 18:28:19 -0300 [thread overview]
Message-ID: <20210629212819.24389-3-jziviani@suse.de> (raw)
In-Reply-To: <20210629212819.24389-1-jziviani@suse.de>
Fixes a small issue in the module_arch documentation that
caused the build system to complain:
module.h:127: warning: Function parameter or member
'name' not described in 'module_arch'
module.h:127: warning: Excess function parameter
'arch' description in 'module_arch'
Signed-off-by: Jose R. Ziviani <jziviani@suse.de>
---
include/qemu/module.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/qemu/module.h b/include/qemu/module.h
index 8bc80535a4..456e190a55 100644
--- a/include/qemu/module.h
+++ b/include/qemu/module.h
@@ -115,7 +115,7 @@ void module_allow_arch(const char *arch);
/**
* module_arch
*
- * @arch: target architecture
+ * @name: module name
*
* This module is for target architecture @arch.
*
--
2.32.0
prev parent reply other threads:[~2021-06-29 21:29 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-29 21:28 [RFC 0/2] Option to build native TCG with --enable-modules Jose R. Ziviani
2021-06-29 21:28 ` [RFC 1/2] modules: " Jose R. Ziviani
2021-07-21 10:59 ` Gerd Hoffmann
2021-07-21 11:03 ` Claudio Fontana
2021-06-29 21:28 ` Jose R. Ziviani [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210629212819.24389-3-jziviani@suse.de \
--to=jziviani@suse.de \
--cc=cfontana@suse.de \
--cc=kraxel@redhat.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).