summaryrefslogtreecommitdiff
path: root/Documentation/arch/arm/vlocks.rst
diff options
context:
space:
mode:
authorJonathan Corbet <corbet@lwn.net>2026-06-12 13:41:41 -0600
committerJonathan Corbet <corbet@lwn.net>2026-06-12 13:41:41 -0600
commit9347fe187d93c647fa93a708ce990241ee8f3c6e (patch)
treef41cbe901fc4b26511debc5a340cbe8c5184e153 /Documentation/arch/arm/vlocks.rst
parent738bb6e6c8d992f33335b3cbcce051ab118a33dc (diff)
parentfa34b01aa0f59355206b0807f862cced06c2b7a1 (diff)
downloadlwn-docs-next.tar.gz
lwn-docs-next.zip
Merge branch 'docs-mw' into docs-nextdocs-next
Diffstat (limited to 'Documentation/arch/arm/vlocks.rst')
-rw-r--r--Documentation/arch/arm/vlocks.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/arch/arm/vlocks.rst b/Documentation/arch/arm/vlocks.rst
index 737aa8661a21..b0ac33263086 100644
--- a/Documentation/arch/arm/vlocks.rst
+++ b/Documentation/arch/arm/vlocks.rst
@@ -102,10 +102,10 @@ Features and limitations
if (I_won) {
/* we won the town election, let's go for the state */
my_state = states[(this_cpu >> 8) & 0xf];
- I_won = vlock_lock(my_state, this_cpu & 0xf));
+ I_won = vlock_lock(my_state, this_cpu & 0xf);
if (I_won) {
/* and so on */
- I_won = vlock_lock(the_whole_country, this_cpu & 0xf];
+ I_won = vlock_lock(the_whole_country, this_cpu & 0xf);
if (I_won) {
/* ... */
}