Commit fc558188 authored by Julia Lawall's avatar Julia Lawall Committed by Wei Liu
Browse files

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



Replace cmxchg by cmpxchg.

Signed-off-by: default avatarJulia Lawall <Julia.Lawall@inria.fr>
Reviewed-by: default avatarRoman Kisel <vdso@mailbox.org>
Signed-off-by: default avatarWei Liu <wei.liu@kernel.org>
parent 173d6f64
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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