Skip to content

Commit

Permalink
Merge branch 'lkmm.2021.05.10c' of git://git.kernel.org/pub/scm/linux…
Browse files Browse the repository at this point in the history
…/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
  • Loading branch information
Linus Torvalds committed Jul 4, 2021
2 parents b97efd5 + d25fba0 commit da803f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/memory-model/Documentation/explanation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2510,7 +2510,7 @@ they behave as follows:
smp_mb__after_atomic() orders po-earlier atomic updates and
the events preceding them against all po-later events;

smp_mb_after_spinlock() orders po-earlier lock acquisition
smp_mb__after_spinlock() orders po-earlier lock acquisition
events and the events preceding them against all po-later
events.

Expand Down

0 comments on commit da803f8

Please sign in to comment.