From: Alano Song Date: Tue, 2 Dec 2025 13:21:32 +0000 (+0800) Subject: hw/9pfs: Correct typo X-Git-Tag: v10.2.0-rc3~1^2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=93332c90bfcd91d4a30104d53650e4355db0a099;p=thirdparty%2Fqemu.git hw/9pfs: Correct typo Correct comment typo in xen_9pfs_bh() Signed-off-by: Alano Song Reviewed-by: Christian Schoenebeck Reviewed-by: Thomas Huth Message-ID: <20251202132132.17636-1-AlanoSong@163.com> Signed-off-by: Philippe Mathieu-Daudé --- diff --git a/hw/9pfs/xen-9p-backend.c b/hw/9pfs/xen-9p-backend.c index 79359d911a7..ca0fff5fa9b 100644 --- a/hw/9pfs/xen-9p-backend.c +++ b/hw/9pfs/xen-9p-backend.c @@ -310,7 +310,7 @@ static void xen_9pfs_bh(void *opaque) again: wait = ring->co != NULL && qemu_coroutine_entered(ring->co); - /* paired with the smb_wmb barriers in xen_9pfs_init_in_iov_from_pdu */ + /* paired with the smp_wmb barriers in xen_9pfs_init_in_iov_from_pdu */ smp_rmb(); if (wait) { cpu_relax();