]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
hw/9pfs: Correct typo
authorAlano Song <AlanoSong@163.com>
Tue, 2 Dec 2025 13:21:32 +0000 (21:21 +0800)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 9 Dec 2025 19:42:59 +0000 (20:42 +0100)
Correct comment typo in xen_9pfs_bh()

Signed-off-by: Alano Song <AlanoSong@163.com>
Reviewed-by: Christian Schoenebeck <qemu_oss@crudebyte.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20251202132132.17636-1-AlanoSong@163.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
hw/9pfs/xen-9p-backend.c

index 79359d911a778f54e266286de618247f49c1b166..ca0fff5fa9bcbcff9285b88950db76bd2677016c 100644 (file)
@@ -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();