]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Drivers: hv: vmbus: fix typo in function name reference
authorJulia Lawall <Julia.Lawall@inria.fr>
Tue, 30 Dec 2025 14:14:14 +0000 (15:14 +0100)
committerWei Liu <wei.liu@kernel.org>
Thu, 15 Jan 2026 07:00:13 +0000 (07:00 +0000)
Replace cmxchg by cmpxchg.

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Reviewed-by: Roman Kisel <vdso@mailbox.org>
Signed-off-by: Wei Liu <wei.liu@kernel.org>
drivers/hv/hyperv_vmbus.h

index b2862e0a317a12aa2356ace2ec2fb875f6cfd579..cdbc5f5c3215868e750ae5a53bba2e8a0bc2179e 100644 (file)
@@ -375,7 +375,7 @@ static inline void vmbus_signal_eom(struct hv_message *msg, u32 old_msg_type)
                return;
 
        /*
-        * The cmxchg() above does an implicit memory barrier to
+        * The cmpxchg() above does an implicit memory barrier to
         * ensure the write to MessageType (ie set to
         * HVMSG_NONE) happens before we read the
         * MessagePending and EOMing. Otherwise, the EOMing