A closing parenthesis is missed. This commit adds it. Signed-off-by: SeongJae Park <sj38.park@xxxxxxxxx> --- memorder/memorder.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memorder/memorder.tex b/memorder/memorder.tex index 5e7176e..b3b657b 100644 --- a/memorder/memorder.tex +++ b/memorder/memorder.tex @@ -596,7 +596,7 @@ are at most two threads involved. ordering for any accesses preceding or following both. No ordering need be provided for accesses between the \co{smp_mb__before_atomic()} (or, similarly, the - \co{smp_mb__after_atomic()} and the atomic RMW operation, as + \co{smp_mb__after_atomic()}) and the atomic RMW operation, as indicated by the ``a'' entries on the \co{smp_mb__before_atomic()} and \co{smp_mb__after_atomic()} rows of the table. -- 2.10.0 -- To unsubscribe from this list: send the line "unsubscribe perfbook" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html