Drivers: hv: vmbus: fix typo in function name reference

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>
This commit is contained in:
Julia Lawall 2025-12-30 15:14:14 +01:00 committed by Wei Liu
parent 173d6f64f9
commit fc558188f2

View 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