Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Julia Lawall and committed by
Wei Liu
fc558188 173d6f64

+1 -1
+1 -1
drivers/hv/hyperv_vmbus.h
··· 375 375 return; 376 376 377 377 /* 378 - * The cmxchg() above does an implicit memory barrier to 378 + * The cmpxchg() above does an implicit memory barrier to 379 379 * ensure the write to MessageType (ie set to 380 380 * HVMSG_NONE) happens before we read the 381 381 * MessagePending and EOMing. Otherwise, the EOMing