Skip to content

Commit da803f8

Browse files
committed
Merge branch 'lkmm.2021.05.10c' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu
Pull lkmm fixlet from Paul E McKenney. Fix missing underscore in Linux-kernel memory model docs. * 'lkmm.2021.05.10c' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu: tools/memory-model: Fix smp_mb__after_spinlock() spelling
2 parents b97efd5 + d25fba0 commit da803f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/memory-model/Documentation/explanation.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2510,7 +2510,7 @@ they behave as follows:
25102510
smp_mb__after_atomic() orders po-earlier atomic updates and
25112511
the events preceding them against all po-later events;
25122512

2513-
smp_mb_after_spinlock() orders po-earlier lock acquisition
2513+
smp_mb__after_spinlock() orders po-earlier lock acquisition
25142514
events and the events preceding them against all po-later
25152515
events.
25162516

0 commit comments

Comments
 (0)