From: Laurent Vivier <laurent@vivier.eu>
To: qemu-devel@nongnu.org
Cc: "Thomas Huth" <thuth@redhat.com>,
qemu-trivial@nongnu.org, "Michael Tokarev" <mjt@tls.msk.ru>,
"Laurent Vivier" <laurent@vivier.eu>,
"Maxim Levitsky" <mlevitsk@redhat.com>,
"Philippe Mathieu-Daudé" <philmd@redhat.com>
Subject: [PULL 7/8] qdev: Fix two typos
Date: Tue, 27 Oct 2020 17:30:13 +0100 [thread overview]
Message-ID: <20201027163014.247336-8-laurent@vivier.eu> (raw)
In-Reply-To: <20201027163014.247336-1-laurent@vivier.eu>
From: Maxim Levitsky <mlevitsk@redhat.com>
Signed-off-by: Maxim Levitsky <mlevitsk@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20201019163702.471239-2-mlevitsk@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
---
include/hw/qdev-core.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/hw/qdev-core.h b/include/hw/qdev-core.h
index 868973319eea..37611868045b 100644
--- a/include/hw/qdev-core.h
+++ b/include/hw/qdev-core.h
@@ -163,8 +163,8 @@ struct NamedClockList {
/**
* DeviceState:
* @realized: Indicates whether the device has been fully constructed.
- * When accessed outsize big qemu lock, must be accessed with
- * atomic_load_acquire()
+ * When accessed outside big qemu lock, must be accessed with
+ * qatomic_load_acquire()
* @reset: ResettableState for the device; handled by Resettable interface.
*
* This structure should not be accessed directly. We declare it here
--
2.26.2
next prev parent reply other threads:[~2020-10-27 16:40 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-27 16:30 [PULL 0/8] Trivial branch for 5.2 patches Laurent Vivier
2020-10-27 16:30 ` [PULL 1/8] elf2dmp: Fix memory leak on main() error paths Laurent Vivier
2020-10-27 16:30 ` [PULL 2/8] Makefile: Add *.[ch].inc files to cscope/ctags/TAGS Laurent Vivier
2020-10-27 16:30 ` [PULL 3/8] cpus: Drop declaration of cpu_remove() Laurent Vivier
2020-10-27 16:30 ` [PULL 4/8] io: Fix Lesser GPL version number Laurent Vivier
2020-10-27 16:30 ` [PULL 5/8] cryptodev: " Laurent Vivier
2020-10-27 16:30 ` [PULL 6/8] scripts/qmp: delete 'qmp' script Laurent Vivier
2020-10-27 16:30 ` Laurent Vivier [this message]
2020-10-27 16:30 ` [PULL 8/8] CHANGELOG: remove disused file Laurent Vivier
2020-10-30 19:44 ` [PULL 0/8] Trivial branch for 5.2 patches Peter Maydell
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=20201027163014.247336-8-laurent@vivier.eu \
--to=laurent@vivier.eu \
--cc=mjt@tls.msk.ru \
--cc=mlevitsk@redhat.com \
--cc=philmd@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
--cc=thuth@redhat.com \
/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).