mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-19 11:43:40 +00:00
tools/memory-model: Fix smp_mb__after_spinlock() spelling
A misspelled git-grep regex revealed that smp_mb__after_spinlock() was misspelled in explanation.txt. This commit adds the missing "_". Fixes: 1c27b644c0fd ("Automate memory-barriers.txt; provide Linux-kernel memory model") [ paulmck: Apply Alan Stern commit-log feedback. ] Signed-off-by: Björn Töpel <bjorn.topel@intel.com> Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
This commit is contained in:
parent
6efb943b86
commit
d25fba0e34
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user