Commit 1209f45f authored by Frank A. Cancio Bello's avatar Frank A. Cancio Bello Committed by Jonathan Corbet
Browse files

docs: ftrace: Fix small notation mistake

parent 5b8914a6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ commit_page - a pointer to the page with the last finished non-nested write.

cmpxchg - hardware-assisted atomic transaction that performs the following:

   A = B iff previous A == C
   A = B if previous A == C

   R = cmpxchg(A, C, B) is saying that we replace A with B if and only if
      current A is equal to C, and we put the old (current) A into R